@@ -366,6 +366,10 @@
this.form.region2 = '';
this.labelTypes = this.labelTypesList.filter(item => this.labelTypesMaps[tmpData].indexOf(item.val) > -1)
+ }
+ if(type === 2) {
+ this.initForm()
+
}
//console.log(tmpData)
this.changeSex(tmpData);