|
@@ -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'){
|