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) {