From 69dc3b504ea4dea0f227ed4860ece7de369523b4 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 18 Aug 2023 15:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E7=AE=A1=E7=90=86=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=8F=82=E6=95=B0=E5=8A=A0orgId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/community.vue | 5 +- .../base/community/communityExportInfo.vue | 5 ++ .../modules/base/community/communityTable.vue | 63 +------------------ 3 files changed, 7 insertions(+), 66 deletions(-) diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 0b6475557..fd49ce1ec 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -773,8 +773,7 @@ export default { await nextTick(1000); this.vDisabled = false; this.bDisabled = false; - - + console.log(obj); if (obj.level === "building") { //点击楼栋 @@ -816,8 +815,6 @@ export default { this.getValiheList("", ""); this.treeIsOk = true - - } }, diff --git a/src/views/modules/base/community/communityExportInfo.vue b/src/views/modules/base/community/communityExportInfo.vue index ffe6dba2b..580ebb354 100644 --- a/src/views/modules/base/community/communityExportInfo.vue +++ b/src/views/modules/base/community/communityExportInfo.vue @@ -160,6 +160,10 @@ export default { type: Object, default: () => { }, }, + orgId: { + type:String, + default:'' + } }, components: { checkBox, @@ -364,6 +368,7 @@ export default { }; }), }, + orgId:this.orgId || '' }; await this.$http({ method: "POST", diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index e1b39544e..e01a120e0 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -211,7 +211,7 @@ pageNo: pageNo, pageSize: pageSize, conditions:queryConditions - }" @close="handleDiyClose"> + }" :orgId="treeObj.id" @close="handleDiyClose"> @@ -774,67 +774,6 @@ export default { } else { this.$message.error(msg); } - - // if (code === 0) { - // //暂无接口 - // let dataTemp = [ - // { - // childShowFlag: "0", - // customerId: "45687aa479955f9d06204d415238f7cc", - // display: false, - // formCode: "resi_base_info", - // formId: "20220422102809_1", - // groupCode: "jcxx", - // id: "45687aa479955f9d06204d415238f7cc_0", - // label: "小区信息", - // policyFlag: "1", - // sort: 0, - // supportAdd: false, - // tableName: "ic_resi_user" - // }, - // { - // childShowFlag: "0", - // customerId: "45687aa479955f9d06204d415238f7cc", - // display: true, - // formCode: "resi_base_info", - // formId: "20220422102809_1", - // groupCode: "jyxx", - // id: "20220422102809_101", - // label: "楼栋信息", - // policyFlag: "1", - // sort: 1, - // supportAdd: false, - // tableName: "ic_resi_user", - // }, - // { - // childShowFlag: "0", - // customerId: "45687aa479955f9d06204d415238f7cc", - // display: true, - // formCode: "resi_base_info", - // formId: "20220422102809_1", - // groupCode: "xqah", - // id: "20220422102809_102", - // label: "房屋信息", - // policyFlag: "1", - // sort: 2, - // supportAdd: false, - // tableName: "ic_resi_user", - // } - // ] - // dataTemp.forEach((item) => { - // (async (id) => { - // // item.queryItemList = await this.getExportChildList(id) - // item.queryItemList = []; - // })(item.id); - // }); - // this.exportList = [...dataTemp]; - // this.$nextTick(() => { - // this.diyDialog = true; - // }); - // console.log("获取详情成功getExportList----", this.exportList); - // } else { - // this.$message.error(msg); - // } }, //导出表格 以前是导出 现在改成导出房屋数据 async handleExport() {