@@ -91,9 +91,7 @@
this.labelArr = [this.form.addrProvinceName,this.form.addrCityName,this.form.addrDistrictName]
this.areaIdArr = [this.form.addrProvince,this.form.addrCity,this.form.addrDistrict]
this.form.label = this.labelArr.join('-')
- } else {
- this.$refs.ruleForm.resetFields()
- }
+ }
})
},
}