Min 2 년 전
부모
커밋
4b9ae27a94
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      fhKeeper/formulahousekeeper/octopus/src/views/customer/list.vue

+ 2 - 0
fhKeeper/formulahousekeeper/octopus/src/views/customer/list.vue

@@ -408,6 +408,7 @@
                             this.$set(this.dialogData,'restartTaskNeedReason',res.data.restartTaskNeedReason ? true : false)
                             this.$set(this.dialogData,'subProMustFill',res.data.subProMustFill ? true : false)
                             this.$set(this.dialogData,'projectManDay',res.data.projectManDay ? true : false)
+                            this.$set(this.dialogData,'projectCustom',res.data.projectCustom ? true : false)
                             this.$set(this.dialogData,'easyExpense',res.data.easyExpense ? true : false)
                         }else{
                             this.$message({
@@ -726,6 +727,7 @@
                     restartTaskNeedReason: this.dialogData.restartTaskNeedReason ? 1 : 0,
                     subProMustFill: this.dialogData.subProMustFill ? 1 : 0,
                     projectManDay: this.dialogData.projectManDay ? 1 : 0,
+                    projectCustom: this.dialogData.projectCustom ? 1 : 0,
                     easyExpense: this.dialogData.easyExpense ? 1 : 0,
                 },res => {
                     if(res.code == 'ok'){