Commit 5109c0cd by Thews

20230105汪皖苏

1 parent 6cbd68a4
Showing with 3 additions and 6 deletions
......@@ -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();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!