Sfoglia il codice sorgente

清表模板问题修复

gangyj 3 anni fa
parent
commit
467fa48fe2
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/exctab/excelmodel/excelmodel.vue

+ 2 - 0
src/views/exctab/excelmodel/excelmodel.vue

@@ -654,6 +654,8 @@ export default {
       window.setTimeout(() => {
         this.wbstree();
       }, 100)
+
+      this.tableData = [];
     },
     nodeClickExcel (data) {//wbs树点击事件
       console.log(data);