|
|
@@ -437,10 +437,10 @@ export default {
|
|
|
return this.form.planCycle != 0
|
|
|
}else {
|
|
|
//如果是编辑的情况下,判断是否是标准计划
|
|
|
- if (this.form.standard==1){
|
|
|
+ /*if (this.form.standard==1){
|
|
|
return this.form.planCycle != 0&&this.form.issue == 0
|
|
|
- }
|
|
|
- return false;
|
|
|
+ }*/
|
|
|
+ return this.form.planStatus==0;
|
|
|
}
|
|
|
},
|
|
|
/** 查询机构树数据 */
|