yuhan 1 год назад
Родитель
Сommit
251d389078
1 измененных файлов с 1 добавлено и 1 удалено
  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()