@@ -93,8 +93,8 @@ export default {
},
confirmFn() {
let that = this
- this.region.long = 10
- this.region.long = 11
+ this.region.long = ''
this.form.showAddress = this.form.city+this.form.address+this.form.floor
that.$util.confirmModal({content:'确认修改?'},() => {
this.form.id = this.option.id ? this.option.id : 0