浏览代码

uGantt优化

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) => {