diff --git a/src/views/report/Overvoew.vue b/src/views/report/Overvoew.vue index 3924ec08..3c936bd1 100644 --- a/src/views/report/Overvoew.vue +++ b/src/views/report/Overvoew.vue @@ -506,7 +506,7 @@ export default { url: "/report-pre/boeu/project/exportAll", data: { name: state.name, - organizationId: state.orgId ? state.orgId[state.orgId.length - 1] : null, + orgId: state.orgId ? state.orgId[state.orgId.length - 1] : null, createName: state.creator, }, responseType: "blob",