|
@@ -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 = {
|