|
@@ -168,8 +168,8 @@ export function examActivityRoomList(examId) {
|
|
|
);
|
|
|
}
|
|
|
// 考试属性统计接口
|
|
|
-export function examPropCount(examId, examActivityId = null) {
|
|
|
- const data = pickBy({ examId, examActivityId }, paramFilter);
|
|
|
+export function examPropCount({ examId, examActivityId, freshen }) {
|
|
|
+ const data = pickBy({ examId, examActivityId, freshen }, paramFilter);
|
|
|
return httpApp.post(
|
|
|
"/api/admin/exam/prop/count?" + object2QueryString(data),
|
|
|
{}
|