From eac0e7a561efa9b1f867b6593c82905f086bcb77 Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Fri, 5 Aug 2022 17:18:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=88=BF=E5=B1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/roomForm.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/modules/base/roomForm.vue b/src/views/modules/base/roomForm.vue index 3d2c1b98c..f47c52658 100644 --- a/src/views/modules/base/roomForm.vue +++ b/src/views/modules/base/roomForm.vue @@ -266,9 +266,9 @@ export default { const { data, code, msg } = await requestPost( "/gov/org/houseInformation/getHouseCoding/" + this.dataForm.buildingUnitId); if (msg == "success" && code == 0) { - this.dataForm.coding = data.coding + // this.dataForm.coding = data.coding this.dataForm.sysCoding = data.sysCoding - + this.$set(this.dataForm, 'coding', data.coding) } }, @@ -320,8 +320,6 @@ export default { url = '/gov/org/house/houseupdate' this.dataForm.houseId = this.houseId } -console.log('11111111111111111', this.dataForm) -return const { data, code, msg } = await requestPost(url, this.dataForm) this.btnDisable = false if (code === 0) {