Browse Source

房屋管理导入参数加orgId

feature
mk 2 years ago
parent
commit
69dc3b504e
  1. 5
      src/views/modules/base/community/community.vue
  2. 5
      src/views/modules/base/community/communityExportInfo.vue
  3. 63
      src/views/modules/base/community/communityTable.vue

5
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
}
},

5
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",

63
src/views/modules/base/community/communityTable.vue

@ -211,7 +211,7 @@
pageNo: pageNo,
pageSize: pageSize,
conditions:queryConditions
}" @close="handleDiyClose"></community-export-info>
}" :orgId="treeObj.id" @close="handleDiyClose"></community-export-info>
</el-dialog>
<baobiao ref="baobiao" />
@ -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() {

Loading…
Cancel
Save