|
@@ -490,7 +490,10 @@ export default {
|
|
|
if(data.code == 200){
|
|
|
|
|
|
if(type == 'add'){
|
|
|
- this.$set(this,'isCustom',true);
|
|
|
+ if(data.data.checkPlanId){
|
|
|
+ this.$set(this,'isCustom',true);
|
|
|
+ }
|
|
|
+
|
|
|
this.$set(this,'addDisabledType',true);
|
|
|
}
|
|
|
this.$set(this,'form',data.data);
|