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