Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue
@@ -737,8 +737,12 @@ row, this.$refs.userCrud, this.lastIndex, (newIndex) => { this.lastIndex = newIndex; }, () => { this.selectList = []; } (newIndex) => { this.lastIndex = newIndex; }, () => { this.selectList = []; } ); }, @@ -1213,6 +1217,8 @@ linkTypeName: "", rangeValue: "" }; this.$refs.form.validate((valid) => { if (valid) { if (this.dialogTitle === 'add') { this.form.range = this.form.rangeValue.replace(/\n/g, ';'); if (this.form.attributeSelectType === 'business') { @@ -1245,6 +1251,10 @@ } }) } } else { return false; } }); }, // 导入