Ver código fonte

ugantt数据为空的状态判断

yuhan 1 ano atrás
pai
commit
2b164d1d24

+ 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()
           }
         },