Browse Source

modify dialog clear tabledata

haojianlong 5 years ago
parent
commit
5b78431d66

+ 1 - 0
src/components/business_space/newAddDialogs/addEquipDialog.vue

@@ -128,6 +128,7 @@ export default {
     // 显示弹窗
     showDialog() {
       this.dialogVisible = true;
+      this.tableData = [];
       this.getTableData();
     },
     // 获取列表数据

+ 1 - 0
src/components/business_space/newAddDialogs/addSystemDialog.vue

@@ -57,6 +57,7 @@ export default {
     // 显示
     showDialog() {
       this.dialogVisible = true;
+      this.tableData = [];
       this.getTableData();
     },
     // 选中项修改