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()
|
||||
ProjectLotList({ lotId: row.lotId }).then((response) => {
|
||||
this.form = response.rows[0]
|
||||
this.form.detailsAddress = this.form.address.split(
|
||||
this.form.province,
|
||||
)[1]
|
||||
// this.form.detailsAddress = this.form.address.split(
|
||||
// this.form.province,
|
||||
// )[1]
|
||||
})
|
||||
this.open = true
|
||||
this.title = '编辑'
|
||||
|
|
|
|||
Loading…
Reference in New Issue