From 67baf03fb0c4f0ba4d58c467f01e831aaad1cf38 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 12 Jan 2023 17:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E5=85=A5=E8=BF=81=E5=87=BA=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=EF=BC=8C=E9=A6=96=E9=A1=B5=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E5=85=A8=E5=B1=80=E6=94=B9=E6=8E=89=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E6=88=BF=E5=B1=8B=E8=81=94=E5=8A=A8=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E6=88=BF=E5=B1=8B=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=8F=90=E5=8F=96=E5=B1=85=E6=B0=91?= =?UTF-8?q?=E6=88=BF=E5=B1=8B=E8=AF=A6=E6=83=85=E4=BE=BF=E6=8D=B7=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/blackSearch.vue | 10 +- src/views/components/deathSearch copy.vue | 10 +- src/views/components/deathSearch.vue | 10 +- src/views/components/editResi.vue | 8 +- .../components/resiChangeTransfer copy.vue | 10 +- src/views/components/resiChangeTransfer.vue | 29 +- src/views/components/resiForm.vue | 8 +- src/views/components/resiSearch copy.vue | 10 +- src/views/components/resiSearch.vue | 10 +- src/views/components/resiTransfer.vue | 10 +- .../base/community/communityExportInfo.vue | 24 +- .../modules/base/community/communityTable.vue | 2 +- .../modules/base/community/roomDetail.vue | 336 +++++++-------- .../modules/base/huji/chusheng/cpts/edit.vue | 10 +- .../modules/base/huji/chusheng/index.vue | 10 +- .../base/huji/houseChange/houseChangeList.vue | 8 +- .../modules/base/huji/immigration/edit.vue | 10 +- .../modules/base/huji/immigration/index.vue | 10 +- .../policy/personListItem.vue | 8 +- src/views/modules/cpts/fastcall.vue | 243 +++++++++++ src/views/modules/cpts/house/info.vue | 58 +++ src/views/modules/cpts/resi/info.vue | 73 ++++ src/views/modules/home/cpts/people-more.vue | 10 +- src/views/modules/home/index.vue | 402 +++++++++--------- src/views/modules/home/notice.vue | 59 +-- .../plugins/change/changerelocation.vue | 16 +- src/views/modules/plugins/change/verify.vue | 10 +- .../plugins/change/verifyForm copy.vue | 10 +- .../modules/plugins/change/verifyForm.vue | 10 +- .../rent/rentcontractinfo-add-or-update.vue | 10 +- .../modules/plugins/rent/rentcontractinfo.vue | 10 +- .../plugins/rent/rentcontractreview.vue | 10 +- src/views/modules/plugins/rent/renthouse.vue | 10 +- .../modules/plugins/rent/renthouseForm.vue | 10 +- .../modules/plugins/visit/visitvisitor.vue | 6 +- src/views/modules/shequ/chaxun.vue | 73 +--- src/views/modules/shequ/cpts/people-more.vue | 10 +- .../shequzhili/tuceng/zhonghe/base.vue | 10 +- .../shequzhili/tuceng/zhonghe/baseTotal.vue | 10 +- .../modules/shequzhili/xiangmu/cpts/edit.vue | 10 +- .../sys/icvaccineprarmeter-add-or-update.vue | 10 +- src/views/modules/sys/icvaccineprarmeter.vue | 10 +- .../visual/basicinfo/cpts/people-more.vue | 10 +- 43 files changed, 962 insertions(+), 661 deletions(-) create mode 100644 src/views/modules/cpts/fastcall.vue create mode 100644 src/views/modules/cpts/house/info.vue create mode 100644 src/views/modules/cpts/resi/info.vue diff --git a/src/views/components/blackSearch.vue b/src/views/components/blackSearch.vue index 6cc4a41a7..0a71a31ed 100644 --- a/src/views/components/blackSearch.vue +++ b/src/views/components/blackSearch.vue @@ -498,7 +498,7 @@ export default { getValiheList() { const { user } = this.$store.state this.$http - .post('/gov/org/icneighborhood/neighborhoodoption', { + .post('/actual/base/communityQuarters/listQuartersOptions', { gridId: this.form.GRID_ID, agencyId: '' // agencyId: user.agencyId @@ -517,8 +517,8 @@ export default { }, getBuildList() { this.$http - .post('/gov/org/icbuilding/buildingoption', { - neighborHoodId: this.form.VILLAGE_ID + .post('/actual/base/communityBuilding/buildingoption', { + quartersId: this.form.VILLAGE_ID }) .then(({ data: res }) => { if (res.code !== 0) { @@ -534,7 +534,7 @@ export default { }, getUniList() { this.$http - .post('/gov/org/icbuildingunit/unitoption', { + .post('/actual/base/communityBuildingUnit/unitoption', { buildingId: this.form.BUILD_ID }) .then(({ data: res }) => { @@ -551,7 +551,7 @@ export default { }, getHouseList() { this.$http - .post('/gov/org/ichouse/houseoption', { unitId: this.form.UNIT_ID }) + .post('/actual/base/communityHouse/houseoption', { unitId: this.form.UNIT_ID }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) diff --git a/src/views/components/deathSearch copy.vue b/src/views/components/deathSearch copy.vue index f82185e81..fa477622b 100644 --- a/src/views/components/deathSearch copy.vue +++ b/src/views/components/deathSearch copy.vue @@ -472,7 +472,7 @@ export default { getValiheList () { const { user } = this.$store.state this.$http - .post('/gov/org/icneighborhood/neighborhoodoption', { + .post('/actual/base/communityQuarters/listQuartersOptions', { gridId: this.form.GRID_ID, agencyId: '' // agencyId: user.agencyId @@ -491,8 +491,8 @@ export default { }, getBuildList () { this.$http - .post('/gov/org/icbuilding/buildingoption', { - neighborHoodId: this.form.VILLAGE_ID + .post('/actual/base/communityBuilding/buildingoption', { + quartersId: this.form.VILLAGE_ID }) .then(({ data: res }) => { if (res.code !== 0) { @@ -508,7 +508,7 @@ export default { }, getUniList () { this.$http - .post('/gov/org/icbuildingunit/unitoption', { + .post('/actual/base/communityBuildingUnit/unitoption', { buildingId: this.form.BUILD_ID }) .then(({ data: res }) => { @@ -525,7 +525,7 @@ export default { }, getHouseList () { this.$http - .post('/gov/org/ichouse/houseoption', { unitId: this.form.UNIT_ID }) + .post('/actual/base/communityHouse/houseoption', { unitId: this.form.UNIT_ID }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) diff --git a/src/views/components/deathSearch.vue b/src/views/components/deathSearch.vue index 230bfc71b..04acc7816 100644 --- a/src/views/components/deathSearch.vue +++ b/src/views/components/deathSearch.vue @@ -452,7 +452,7 @@ export default { getValiheList () { const { user } = this.$store.state this.$http - .post('/gov/org/icneighborhood/neighborhoodoption', { + .post('/actual/base/communityQuarters/listQuartersOptions', { gridId: this.form.GRID_ID, agencyId: '' // agencyId: user.agencyId @@ -471,8 +471,8 @@ export default { }, getBuildList () { this.$http - .post('/gov/org/icbuilding/buildingoption', { - neighborHoodId: this.form.VILLAGE_ID + .post('/actual/base/communityBuilding/buildingoption', { + quartersId: this.form.VILLAGE_ID }) .then(({ data: res }) => { if (res.code !== 0) { @@ -488,7 +488,7 @@ export default { }, getUniList () { this.$http - .post('/gov/org/icbuildingunit/unitoption', { + .post('/actual/base/communityBuildingUnit/unitoption', { buildingId: this.form.BUILD_ID }) .then(({ data: res }) => { @@ -505,7 +505,7 @@ export default { }, getHouseList () { this.$http - .post('/gov/org/ichouse/houseoption', { unitId: this.form.UNIT_ID }) + .post('/actual/base/communityHouse/houseoption', { unitId: this.form.UNIT_ID }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index 503610243..298717546 100644 --- a/src/views/components/editResi.vue +++ b/src/views/components/editResi.vue @@ -827,7 +827,7 @@ export default { getValiheList () { const { user } = this.$store.state this.$http - .post('/gov/org/icneighborhood/neighborhoodoption', { gridId: this.form.GRID_ID, agencyId: this.agencyId }) + .post('/actual/base/communityQuarters/listQuartersOptions', { gridId: this.form.GRID_ID, agencyId: this.agencyId }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) @@ -842,7 +842,7 @@ export default { }, getBuildList () { this.$http - .post('/gov/org/icbuilding/buildingoption', { neighborHoodId: this.form.VILLAGE_ID }) + .post('/actual/base/communityBuilding/buildingoption', { quartersId: this.form.VILLAGE_ID }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) @@ -857,7 +857,7 @@ export default { }, getUniList () { this.$http - .post('/gov/org/icbuildingunit/unitoption', { buildingId: this.form.BUILD_ID }) + .post('/actual/base/communityBuildingUnit/unitoption', { buildingId: this.form.BUILD_ID }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) @@ -872,7 +872,7 @@ export default { }, getHouseList () { this.$http - .post('/gov/org/ichouse/houseoption', { unitId: this.form.UNIT_ID }) + .post('/actual/base/communityHouse/houseoption', { unitId: this.form.UNIT_ID }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) diff --git a/src/views/components/resiChangeTransfer copy.vue b/src/views/components/resiChangeTransfer copy.vue index f19da89b9..3c44c4bc0 100644 --- a/src/views/components/resiChangeTransfer copy.vue +++ b/src/views/components/resiChangeTransfer copy.vue @@ -382,7 +382,7 @@ export default { }, async loadCommunityList () { - const url = '/gov/org/icneighborhood/neighborhoodoption' + const url = '/actual/base/communityQuarters/listQuartersOptions' let params = { gridId: this.dataForm.gridId, @@ -408,10 +408,10 @@ export default { } }) - const url = '/gov/org/icbuilding/buildingoption' + const url = '/actual/base/communityBuilding/buildingoption' let params = { - neighborHoodId: this.dataForm.villageId + quartersId: this.dataForm.villageId } const { data, code, msg } = await requestPost(url, params) @@ -437,7 +437,7 @@ export default { } }) - const url = '/gov/org/icbuildingunit/unitoption' + const url = '/actual/base/communityBuildingUnit/unitoption' let params = { buildingId: this.dataForm.buildId @@ -465,7 +465,7 @@ export default { } }) - const url = '/gov/org/ichouse/houseoption' + const url = '/actual/base/communityHouse/houseoption' let params = { unitId: this.dataForm.unitId diff --git a/src/views/components/resiChangeTransfer.vue b/src/views/components/resiChangeTransfer.vue index 86a930650..5018b20aa 100644 --- a/src/views/components/resiChangeTransfer.vue +++ b/src/views/components/resiChangeTransfer.vue @@ -21,7 +21,7 @@ { + this.$http.post('/actual/base/communityQuarters/listQuartersOptions', { gridId: this.form.gridId, agencyId: user.agencyId }).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } else { @@ -1456,7 +1456,7 @@ export default { } }, getBuildList () { - this.$http.post('/gov/org/icbuilding/buildingoption', { neighborHoodId: this.form.villageId }).then(({ data: res }) => { + this.$http.post('/actual/base/communityBuilding/buildingoption', { quartersId: this.form.villageId }).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } else { @@ -1468,7 +1468,7 @@ export default { }) }, getUniList () { - this.$http.post('/gov/org/icbuildingunit/unitoption', { buildingId: this.form.buildId }).then(({ data: res }) => { + this.$http.post('/actual/base/communityBuildingUnit/unitoption', { buildingId: this.form.buildId }).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } else { @@ -1480,7 +1480,7 @@ export default { }) }, getHouseList () { - this.$http.post('/gov/org/ichouse/houseoption', { unitId: this.form.unitId }).then(({ data: res }) => { + this.$http.post('/actual/base/communityHouse/houseoption', { unitId: this.form.unitId }).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } else { diff --git a/src/views/components/resiSearch copy.vue b/src/views/components/resiSearch copy.vue index 0caa14e6c..054e1eadb 100644 --- a/src/views/components/resiSearch copy.vue +++ b/src/views/components/resiSearch copy.vue @@ -640,7 +640,7 @@ export default { getValiheList() { const { user } = this.$store.state this.$http - .post('/gov/org/icneighborhood/neighborhoodoption', { + .post('/actual/base/communityQuarters/listQuartersOptions', { gridId: this.form.GRID_ID, agencyId: this.form.AGENCY_ID, // agencyId: user.agencyId @@ -659,8 +659,8 @@ export default { }, getBuildList() { this.$http - .post('/gov/org/icbuilding/buildingoption', { - neighborHoodId: this.form.VILLAGE_ID + .post('/actual/base/communityBuilding/buildingoption', { + quartersId: this.form.VILLAGE_ID }) .then(({ data: res }) => { if (res.code !== 0) { @@ -676,7 +676,7 @@ export default { }, getUniList() { this.$http - .post('/gov/org/icbuildingunit/unitoption', { + .post('/actual/base/communityBuildingUnit/unitoption', { buildingId: this.form.BUILD_ID }) .then(({ data: res }) => { @@ -693,7 +693,7 @@ export default { }, getHouseList() { this.$http - .post('/gov/org/ichouse/houseoption', { unitId: this.form.UNIT_ID }) + .post('/actual/base/communityHouse/houseoption', { unitId: this.form.UNIT_ID }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 7bfc7107b..cd1c357fa 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -742,7 +742,7 @@ export default { } console.log( agencyIdTemp); this.$http - .post('/gov/org/icneighborhood/neighborhoodoption', { + .post('/actual/base/communityQuarters/listQuartersOptions', { gridId: agencyIdTemp[1], agencyId: agencyIdTemp[0], // agencyId: user.agencyId @@ -761,8 +761,8 @@ export default { }, getBuildList() { this.$http - .post('/gov/org/icbuilding/buildingoption', { - neighborHoodId: this.form.villageId + .post('/actual/base/communityBuilding/buildingoption', { + quartersId: this.form.villageId }) .then(({ data: res }) => { if (res.code !== 0) { @@ -778,7 +778,7 @@ export default { }, getUniList() { this.$http - .post('/gov/org/icbuildingunit/unitoption', { + .post('/actual/base/communityBuildingUnit/unitoption', { buildingId: this.form.buildId }) .then(({ data: res }) => { @@ -795,7 +795,7 @@ export default { }, getHouseList() { this.$http - .post('/gov/org/ichouse/houseoption', { unitId: this.form.unitId }) + .post('/actual/base/communityHouse/houseoption', { unitId: this.form.unitId }) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) diff --git a/src/views/components/resiTransfer.vue b/src/views/components/resiTransfer.vue index 709b18d12..f92bcf533 100644 --- a/src/views/components/resiTransfer.vue +++ b/src/views/components/resiTransfer.vue @@ -271,7 +271,7 @@ export default { }, async loadCommunityList () { - const url = '/gov/org/icneighborhood/neighborhoodoption' + const url = '/actual/base/communityQuarters/listQuartersOptions' let params = { gridId: this.dataForm.newGridId, @@ -291,10 +291,10 @@ export default { async handleChangeCommunity () { - const url = '/gov/org/icbuilding/buildingoption' + const url = '/actual/base/communityBuilding/buildingoption' let params = { - neighborHoodId: this.dataForm.newNeighborHoodId + quartersId: this.dataForm.newNeighborHoodId } const { data, code, msg } = await requestPost(url, params) @@ -313,7 +313,7 @@ export default { async handleChangeBuilding () { - const url = '/gov/org/icbuildingunit/unitoption' + const url = '/actual/base/communityBuildingUnit/unitoption' let params = { buildingId: this.dataForm.newBuildingId @@ -335,7 +335,7 @@ export default { async handleChangeUnit () { - const url = '/gov/org/ichouse/houseoption' + const url = '/actual/base/communityHouse/houseoption' let params = { unitId: this.dataForm.newBuildingUnitId diff --git a/src/views/modules/base/community/communityExportInfo.vue b/src/views/modules/base/community/communityExportInfo.vue index 709dd6253..26dc60c7a 100644 --- a/src/views/modules/base/community/communityExportInfo.vue +++ b/src/views/modules/base/community/communityExportInfo.vue @@ -455,7 +455,7 @@ export default { itemType: null, label: "所属网格", optionSourceType: "remote", - optionSourceValue: "/gov/org/icneighborhood/neighborhoodoption?20220422102809_1001", + optionSourceValue: "/actual/base/communityQuarters/listQuartersOptions?20220422102809_1001", options: null, sort: 1, supportAdd: false, @@ -469,7 +469,7 @@ export default { itemType: null, label: "小区名称", optionSourceType: "remote", - optionSourceValue: "/gov/org/icbuilding/buildingoption?20220422102809_1002", + optionSourceValue: "/actual/base/communityBuilding/buildingoption?20220422102809_1002", options: null, sort: 2, supportAdd: false, @@ -483,7 +483,7 @@ export default { itemType: null, label: "关联物业", optionSourceType: "remote", - optionSourceValue: "/gov/org/icbuildingunit/unitoption?20220422102809_1003", + optionSourceValue: "/actual/base/communityBuildingUnit/unitoption?20220422102809_1003", options: null, sort: 3, supportAdd: false, @@ -497,7 +497,7 @@ export default { itemType: null, label: "详细地址", optionSourceType: "remote", - optionSourceValue: "/gov/org/ichouse/houseoption?20220422102809_10031", + optionSourceValue: "/actual/base/communityHouse/houseoption?20220422102809_10031", options: null, sort: 4, supportAdd: false, @@ -546,7 +546,7 @@ export default { itemType: null, label: "楼栋名称", optionSourceType: "remote", - optionSourceValue: "/gov/org/icneighborhood/neighborhoodoption?20220422102809_1001", + optionSourceValue: "/actual/base/communityQuarters/listQuartersOptions?20220422102809_1001", options: null, sort: 1, supportAdd: false, @@ -561,7 +561,7 @@ export default { itemType: null, label: "楼栋类型", optionSourceType: "remote", - optionSourceValue: "/gov/org/icbuilding/buildingoption?20220422102809_1002", + optionSourceValue: "/actual/base/communityBuilding/buildingoption?20220422102809_1002", options: null, sort: 2, supportAdd: false, @@ -576,7 +576,7 @@ export default { itemType: null, label: "单元数", optionSourceType: "remote", - optionSourceValue: "/gov/org/icbuildingunit/unitoption?20220422102809_1003", + optionSourceValue: "/actual/base/communityBuildingUnit/unitoption?20220422102809_1003", options: null, sort: 3, supportAdd: false, @@ -591,7 +591,7 @@ export default { itemType: null, label: "楼栋地址", optionSourceType: "remote", - optionSourceValue: "/gov/org/ichouse/houseoption?20220422102809_10031", + optionSourceValue: "/actual/base/communityHouse/houseoption?20220422102809_10031", options: null, sort: 4, supportAdd: false, @@ -625,7 +625,7 @@ export default { itemType: null, label: "单元号", optionSourceType: "remote", - optionSourceValue: "/gov/org/icneighborhood/neighborhoodoption?20220422102809_1001", + optionSourceValue: "/actual/base/communityQuarters/listQuartersOptions?20220422102809_1001", options: null, sort: 1, supportAdd: false, @@ -640,7 +640,7 @@ export default { itemType: null, label: "门牌号", optionSourceType: "remote", - optionSourceValue: "/gov/org/icbuilding/buildingoption?20220422102809_1002", + optionSourceValue: "/actual/base/communityBuilding/buildingoption?20220422102809_1002", options: null, sort: 2, supportAdd: false, @@ -655,7 +655,7 @@ export default { itemType: null, label: "房屋类型", optionSourceType: "remote", - optionSourceValue: "/gov/org/icbuildingunit/unitoption?20220422102809_1003", + optionSourceValue: "/actual/base/communityBuildingUnit/unitoption?20220422102809_1003", options: null, sort: 3, supportAdd: false, @@ -670,7 +670,7 @@ export default { itemType: null, label: "房屋用途", optionSourceType: "remote", - optionSourceValue: "/gov/org/ichouse/houseoption?20220422102809_10031", + optionSourceValue: "/actual/base/communityHouse/houseoption?20220422102809_10031", options: null, sort: 4, supportAdd: false, diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index a6ccd4b67..f25edc7b1 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -709,7 +709,7 @@ export default { const url = "/actual/base/communityQuarters/deleteQuarters" let params = { - neighborHoodId: row.neighborHoodId + quartersId: row.neighborHoodId } const { data, code, msg } = await requestPost(url, params) diff --git a/src/views/modules/base/community/roomDetail.vue b/src/views/modules/base/community/roomDetail.vue index 1fd044fd3..4717052e3 100644 --- a/src/views/modules/base/community/roomDetail.vue +++ b/src/views/modules/base/community/roomDetail.vue @@ -1,192 +1,174 @@ - diff --git a/src/views/modules/cpts/house/info.vue b/src/views/modules/cpts/house/info.vue new file mode 100644 index 000000000..6c2e846be --- /dev/null +++ b/src/views/modules/cpts/house/info.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/src/views/modules/cpts/resi/info.vue b/src/views/modules/cpts/resi/info.vue new file mode 100644 index 000000000..0b18bcccf --- /dev/null +++ b/src/views/modules/cpts/resi/info.vue @@ -0,0 +1,73 @@ + + + + + diff --git a/src/views/modules/home/cpts/people-more.vue b/src/views/modules/home/cpts/people-more.vue index caff65bdf..e8d50fcc7 100644 --- a/src/views/modules/home/cpts/people-more.vue +++ b/src/views/modules/home/cpts/people-more.vue @@ -631,7 +631,7 @@ export default { }, async getXiaoquList () { - const url = "/gov/org/icneighborhood/neighborhoodoption"; + const url = "/actual/base/communityQuarters/listQuartersOptions"; const { data, code, msg } = await requestPost(url, { agencyId: this.info.AGENCY_ID, @@ -645,10 +645,10 @@ export default { } }, async getLouList () { - const url = "/gov/org/icbuilding/buildingoption"; + const url = "/actual/base/communityBuilding/buildingoption"; const { data, code, msg } = await requestPost(url, { - neighborHoodId: this.info.VILLAGE_ID, + quartersId: this.info.VILLAGE_ID, }); if (code === 0) { @@ -658,7 +658,7 @@ export default { } }, async getDanyuanList () { - const url = "/gov/org/icbuildingunit/unitoption"; + const url = "/actual/base/communityBuildingUnit/unitoption"; const { data, code, msg } = await requestPost(url, { buildingId: this.info.BUILD_ID, @@ -671,7 +671,7 @@ export default { } }, async getHomeList () { - const url = "/gov/org/ichouse/houseoption"; + const url = "/actual/base/communityHouse/houseoption"; const { data, code, msg } = await requestPost(url, { unitId: this.info.UNIT_ID, diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index be43beb03..16e8db499 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -1,246 +1,225 @@