Explorar el Código

甘特图框架清空问题

yuhan hace 1 año
padre
commit
251d389078
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      itdmWeb/src/components/module-iTDM/uGantt/index.vue

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

@@ -125,8 +125,8 @@
       taskLists: {
         handler(newValue, oldValue){
           console.log(newValue, oldValue)
+          this.changeTableTree()
           if(newValue.length > 0){
-            this.changeTableTree()
             this.getStartEndTime()
             this.$nextTick(() => {
               this.uGanttDrag()