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 5109c0cd
authored
Jan 05, 2024
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20230105汪皖苏
1 parent
6cbd68a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
src/views/archiEleRela/index.vue
src/views/archiEleRela/index.vue
View file @
5109c0c
...
...
@@ -259,12 +259,6 @@ export default {
2
:
"暂存"
,
},
scope
:
{
0
:
"架构之间"
,
1
:
"业务架构"
,
2
:
"应用架构"
,
3
:
"数据架构"
,
4
:
"技术架构"
,
5
:
"安全架构"
,
},
eleLtId
:
{
...
...
@@ -329,6 +323,9 @@ export default {
// 适用范围下拉
this
.
get_dialog_select2
().
then
(
res
=>
{
this
.
search_select1
=
this
.
search_select1
.
concat
(
res
);
this
.
search_select1
.
forEach
(
item
=>
{
this
.
dicObj
.
scope
[
item
.
belongId
]
=
item
.
name
;
})
});
// 初始化查询列表
this
.
getList
();
...
...
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