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