|
@ -211,7 +211,7 @@ |
|
|
pageNo: pageNo, |
|
|
pageNo: pageNo, |
|
|
pageSize: pageSize, |
|
|
pageSize: pageSize, |
|
|
conditions:queryConditions |
|
|
conditions:queryConditions |
|
|
}" @close="handleDiyClose"></community-export-info> |
|
|
}" :orgId="treeObj.id" @close="handleDiyClose"></community-export-info> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
<baobiao ref="baobiao" /> |
|
|
<baobiao ref="baobiao" /> |
|
@ -774,67 +774,6 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.$message.error(msg); |
|
|
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() { |
|
|
async handleExport() { |
|
|