Explorar el Código

ugantt数据为空的状态判断

yuhan hace 1 año
padre
commit
2b164d1d24
Se han modificado 1 ficheros con 2 adiciones y 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()
           }
         },