Forráskód Böngészése

甘特图框架清空问题

yuhan 1 éve%!(EXTRA string=óta)
szülő
commit
251d389078
1 módosított fájl, 1 hozzáadás és 1 törlés
  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()