Merge remote-tracking branch 'origin/dev-nx' into dev-nx
This commit is contained in:
commit
51452ce3a3
|
|
@ -568,9 +568,9 @@ export default {
|
||||||
this.reset()
|
this.reset()
|
||||||
ProjectLotList({ lotId: row.lotId }).then((response) => {
|
ProjectLotList({ lotId: row.lotId }).then((response) => {
|
||||||
this.form = response.rows[0]
|
this.form = response.rows[0]
|
||||||
this.form.detailsAddress = this.form.address.split(
|
// this.form.detailsAddress = this.form.address.split(
|
||||||
this.form.province,
|
// this.form.province,
|
||||||
)[1]
|
// )[1]
|
||||||
})
|
})
|
||||||
this.open = true
|
this.open = true
|
||||||
this.title = '编辑'
|
this.title = '编辑'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue