Browse Source

新增房屋

feature
ZhaoTongYao 3 years ago
parent
commit
eac0e7a561
  1. 6
      src/views/modules/base/roomForm.vue

6
src/views/modules/base/roomForm.vue

@ -266,9 +266,9 @@ export default {
const { data, code, msg } = await requestPost( const { data, code, msg } = await requestPost(
"/gov/org/houseInformation/getHouseCoding/" + this.dataForm.buildingUnitId); "/gov/org/houseInformation/getHouseCoding/" + this.dataForm.buildingUnitId);
if (msg == "success" && code == 0) { if (msg == "success" && code == 0) {
this.dataForm.coding = data.coding // this.dataForm.coding = data.coding
this.dataForm.sysCoding = data.sysCoding this.dataForm.sysCoding = data.sysCoding
this.$set(this.dataForm, 'coding', data.coding)
} }
}, },
@ -320,8 +320,6 @@ export default {
url = '/gov/org/house/houseupdate' url = '/gov/org/house/houseupdate'
this.dataForm.houseId = this.houseId this.dataForm.houseId = this.houseId
} }
console.log('11111111111111111', this.dataForm)
return
const { data, code, msg } = await requestPost(url, this.dataForm) const { data, code, msg } = await requestPost(url, this.dataForm)
this.btnDisable = false this.btnDisable = false
if (code === 0) { if (code === 0) {

Loading…
Cancel
Save