wyh преди 1 година
родител
ревизия
fbf88462bc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt.vue

+ 1 - 1
itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt.vue

@@ -580,7 +580,7 @@ export default {
       // this.dialogVisible = false
       // this.currentDbEdit = {}
       console.log(this.currentDbEdit)
-      if (this.currentDbEdit.status == 3) {
+      if (this.currentDbEdit.status == 3 || this.currentDbEdit.status == 1) {
         this.currentDbEdit.jihuaStartDate = this.currentDbEdit.start_date ;
         this.currentDbEdit.parent = this.currentDbEdit.pid ;
         saveProjectJl(this.currentDbEdit).then((res) => {