hcf 1 year ago
parent
commit
f8a687b525
1 changed files with 0 additions and 3 deletions
  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);
 			// console.log(v);
 			(this as any).parentValue = v
 			(this as any).parentValue = v
 			if(v.provinceCode){
 			if(v.provinceCode){
-				console.log(1);
 				(this as any).byAreaSlot = false;
 				(this as any).byAreaSlot = false;
 			}else{
 			}else{
-				console.log(2);
 				(this as any).byAreaSlot = true;
 				(this as any).byAreaSlot = true;
 			}
 			}
-			console.log((this as any).byAreaSlot);
 		}
 		}
 		clearValue(){
 		clearValue(){
 			var ruleForm = {
 			var ruleForm = {