bug
This commit is contained in:
@@ -571,7 +571,6 @@ export default {
|
||||
},
|
||||
|
||||
areaSelect(e) {
|
||||
console.log(e);
|
||||
this.form.currentAreaId = e
|
||||
},
|
||||
|
||||
@@ -725,12 +724,10 @@ export default {
|
||||
})
|
||||
|
||||
this.form = { ...this.form, ...res.data }
|
||||
// this.form.currentAreaId = res.data.currentAreaId
|
||||
|
||||
if (this.form.photo) {
|
||||
this.photo = [{url: this.form.photo}] || []
|
||||
}
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user