@@ -403,10 +403,15 @@ export default {
},
NowBuild() {
//如果新增或者是草稿状态的立即生效的编辑
+ // if (
+ // this.id == null ||
+ // this.id == undefined ||
+ // (this.defbuildTaskNow && this.formData.planStatus == 0)
+ // )
if (
this.id == null ||
this.id == undefined ||
- (this.defbuildTaskNow && this.formData.planStatus == 0)
+ ( this.formData.planStatus == 0)
)
return true;
else return false;