Merge remote-tracking branch 'origin/dev-nx' into dev-nx

This commit is contained in:
liang.chao 2024-08-27 09:40:40 +08:00
commit 51452ce3a3
1 changed files with 3 additions and 3 deletions

View File

@ -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 = '编辑'