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