Explorar o código

ugantt数据为空的状态判断

yuhan hai 1 ano
pai
achega
2b164d1d24
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      itdmWeb/src/components/module-iTDM/uGantt/index.vue

+ 2 - 0
itdmWeb/src/components/module-iTDM/uGantt/index.vue

@@ -147,6 +147,8 @@
             // this.$forceUpdate()
           } else {
             console.log(this.setDefaultDate())
+            this.tableData = []
+            this.ganttLists = []
             this.uGanttColumns = this.setDefaultDate()
           }
         },