|
@@ -292,7 +292,7 @@
|
|
|
|
|
|
|
|
async getAutoGenerateSubPlans(code) {
|
|
async getAutoGenerateSubPlans(code) {
|
|
|
await parameterGetByCode({ code }).then((res) => {
|
|
await parameterGetByCode({ code }).then((res) => {
|
|
|
- this.isAutoGenerateSubPlans = res.value == '0' ? false : true;
|
|
|
|
|
|
|
+ this.isAutoGenerateSubPlans = res.value == '1' ? true : false;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
|
|
|