考试导出全部修改组织id参数名称

This commit is contained in:
BOE\10867418
2023-08-30 14:53:19 +08:00
parent 34ab7f2df1
commit 4029137908

View File

@@ -498,7 +498,7 @@ export default {
url: "/report/boeu/exam/exportAll", url: "/report/boeu/exam/exportAll",
data: { data: {
name: state.name, name: state.name,
organizationId: state.orgId orgId: state.orgId
? state.orgId[state.orgId.length - 1] ? state.orgId[state.orgId.length - 1]
: null, : null,
createName: state.creator, createName: state.creator,