This commit is contained in:
BOE\10867418
2023-03-14 13:18:45 +08:00
parent 058ab6ec13
commit 850115a223

View File

@@ -506,7 +506,7 @@ export default {
url: "/report-pre/boeu/project/exportAll", url: "/report-pre/boeu/project/exportAll",
data: { data: {
name: state.name, 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, createName: state.creator,
}, },
responseType: "blob", responseType: "blob",