|
@@ -525,6 +525,14 @@ export default {
|
|
|
// }
|
|
|
// this.exceldata = []
|
|
|
// this.addElement = false
|
|
|
+
|
|
|
+ //清理之前填写的数据
|
|
|
+ this.addElementForm.wbsId = '';
|
|
|
+ this.addElementForm.tableType = '';
|
|
|
+ this.addElementForm.tableOwner = '';
|
|
|
+ this.$refs.tree.setCheckedKeys([]);
|
|
|
+ this.$refs.tree.setCurrentKey(null);
|
|
|
+
|
|
|
this.addTableData = []
|
|
|
this.AssociatedPublicTap = false
|
|
|
},
|