Explorar el Código

清表模板问题修复

gangyj hace 3 años
padre
commit
467fa48fe2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);