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