Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/linkType/index.vue
@@ -672,9 +672,7 @@ const data = res.data.data; this.treeData = data; this.tableLoading = false; }).catch(err => { this.$message.error(err); }); }) }, // 导入 @@ -895,7 +893,7 @@ this.attrLastIndex = newIndex; }, () => { this.selectList = []; this.dialogAttrSelectList = [row]; } ); }, @@ -1019,7 +1017,7 @@ this.bizLastIndex = newIndex; }, () => { this.selectList = []; this.bizTypeList = [row]; } ); },