hcf 1 년 전
부모
커밋
f8a687b525
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/views/audit/depots/components/ruleForm.vue

+ 0 - 3
src/views/audit/depots/components/ruleForm.vue

@@ -242,13 +242,10 @@
 			// console.log(v);
 			(this as any).parentValue = v
 			if(v.provinceCode){
-				console.log(1);
 				(this as any).byAreaSlot = false;
 			}else{
-				console.log(2);
 				(this as any).byAreaSlot = true;
 			}
-			console.log((this as any).byAreaSlot);
 		}
 		clearValue(){
 			var ruleForm = {