From 99627bab6fdda319ee4da779b3f545c1af761e16 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 27 Aug 2024 09:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E6=AE=B5=E5=B7=A5=E7=A8=8B=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=97=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/base/section/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sgzb-ui/src/views/base/section/index.vue b/sgzb-ui/src/views/base/section/index.vue index 6962a176..10850395 100644 --- a/sgzb-ui/src/views/base/section/index.vue +++ b/sgzb-ui/src/views/base/section/index.vue @@ -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 = '编辑'