From 3fa61f0b66a52ab047084f19efea780f44aac36d Mon Sep 17 00:00:00 2001 From: wxz Date: Tue, 11 Jul 2023 12:50:56 +0800 Subject: [PATCH] =?UTF-8?q?1.=E3=80=90=E9=80=9A=E8=AE=AF=E5=BD=95=E3=80=91?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=81=E4=BB=B6=E5=8F=B7=202.=E3=80=90?= =?UTF-8?q?=E4=BA=BA=E6=88=BF=E3=80=91=E5=B1=85=E6=B0=91=E5=92=8C=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E9=A1=B5=E9=9D=A2=E5=88=A0=E6=8E=89=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E6=97=A7=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/communityTable.vue | 50 +++++++++---------- .../base/organization/organization.vue | 28 ++++++++++- src/views/modules/base/resi.vue | 46 ++++++++--------- 3 files changed, 75 insertions(+), 49 deletions(-) diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index bf789729b..5b798401a 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -533,7 +533,7 @@ export default { diyDialog: false, conditions: [], - queryConditions: [], + // queryConditions: [], }; }, @@ -585,33 +585,33 @@ export default { // categoryKeys: ['house_info'], categoryKey: 'house_info', // } // }); - this.getQueryConditions(); + // this.getQueryConditions(); }, methods: { - async getQueryConditions() { - let params = { - formCode: "community_info", - customerId: this.$store.state.user.customerId, - }; - - const { data } = await this.$http.post( - "/oper/customize/icform/queryItems", - params - ); - - if (data.code === 0) { - this.queryConditions = data.data.map((item) => { - return { - ...item, - humpName: util.capitalToHump(item.columnName), - }; - }); - console.log(this.queryConditions); - } else { - this.$message.error(data.msg); - } - }, + // async getQueryConditions() { + // let params = { + // formCode: "community_info", + // customerId: this.$store.state.user.customerId, + // }; + // + // const { data } = await this.$http.post( + // "/oper/customize/icform/queryItems", + // params + // ); + // + // if (data.code === 0) { + // this.queryConditions = data.data.map((item) => { + // return { + // ...item, + // humpName: util.capitalToHump(item.columnName), + // }; + // }); + // console.log(this.queryConditions); + // } else { + // this.$message.error(data.msg); + // } + // }, reportForm() { let paramMap = { diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index e9d2fb350..af95b8aeb 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -384,6 +384,11 @@ + + + @@ -466,6 +471,11 @@ + + + + + + { - return { - ...item, - humpName: util.capitalToHump(item.columnName), - }; - }); - console.log(this.queryConditions); - } else { - this.$message.error(data.msg); - } - }, + // async getQueryConditions() { + // let params = { + // formCode: "resident_base_info", + // customerId: this.$store.state.user.customerId, + // }; + // + // const { data } = await this.$http.post( + // "/oper/customize/icform/queryItems", + // params + // ); + // + // if (data.code === 0) { + // this.queryConditions = data.data.map((item) => { + // return { + // ...item, + // humpName: util.capitalToHump(item.columnName), + // }; + // }); + // console.log(this.queryConditions); + // } else { + // this.$message.error(data.msg); + // } + // }, getrowInfo(id) { let params = {