mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
考试导出全部修改组织id参数名称
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user