wyh hace 1 año
padre
commit
fbf88462bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) => {