소스 검색

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