heyang 1 年之前
父节点
当前提交
5eb9da276c
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      pages_safetyExamine/examineManage/examineAdd.vue

+ 4 - 1
pages_safetyExamine/examineManage/examineAdd.vue

@@ -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);