Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 610dbe3f
authored
Apr 08, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改字典类型
1 parent
faf59491
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/archi-ele-list/index.vue
src/views/archi-ele-list/index.vue
View file @
610dbe3
...
@@ -1451,7 +1451,7 @@ export default {
...
@@ -1451,7 +1451,7 @@ export default {
//查询架构层次下拉框值
//查询架构层次下拉框值
return
new
Promise
((
resolve
,
reject
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
// query_jia_gou_ceng_ci({}).then((res) => {
// query_jia_gou_ceng_ci({}).then((res) => {
query_jia_gou_ceng_ci_new
({
"typeValue"
:
"archi_
belong
"
}).
then
(
res
=>
{
query_jia_gou_ceng_ci_new
({
"typeValue"
:
"archi_
level
"
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
resolve
(
res
.
data
)
resolve
(
res
.
data
)
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment