Commit 8e2b6fbd by zhujian

'fix'

parent bf272604
......@@ -81,7 +81,7 @@ function ExamData(props: any) {
function queryExamUserDataList() {
Service.Hades('public/hades/queryExamQuestionDataList', {
...query,
// ...query,
examId: props.examId,
tenantId: User.getStoreId(),
userId: User.getStoreUserId(),
......
......@@ -164,7 +164,7 @@ function DataAnalysic(props: any) {
function download() {
Service.Hades('public/hades/exportExamData', {
...query,
// ...query,
examId: props.examId,
exportDataType: 'EXAM_USER_DATA',
tenantId: User.getStoreId(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment