|
@@ -395,7 +395,7 @@ export default {
|
|
this.labelTypes = this.labelTypesList.filter(item => this.labelTypesMaps[tmpData].indexOf(item.val) > -1)
|
|
this.labelTypes = this.labelTypesList.filter(item => this.labelTypesMaps[tmpData].indexOf(item.val) > -1)
|
|
}
|
|
}
|
|
if(type === 2) {
|
|
if(type === 2) {
|
|
- this.form.region12 = '0';
|
|
|
|
|
|
+ this.initForm()
|
|
}
|
|
}
|
|
this.changeSex(tmpData);
|
|
this.changeSex(tmpData);
|
|
// if(type == 3){
|
|
// if(type == 3){
|
|
@@ -453,6 +453,12 @@ export default {
|
|
type: type || 'warning'
|
|
type: type || 'warning'
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ initForm() {
|
|
|
|
+ this.form.region12 = '0'
|
|
|
|
+ this.form.region10 = '0'
|
|
|
|
+ this.form.region11 = '0'
|
|
|
|
+
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|