|
@@ -151,7 +151,7 @@ export default defineComponent({
|
|
message.loading({ content: "打回评卷任务...", key: mkey });
|
|
message.loading({ content: "打回评卷任务...", key: mkey });
|
|
const res = (await rejectInspectedTask(
|
|
const res = (await rejectInspectedTask(
|
|
//realLibraryId.value,
|
|
//realLibraryId.value,
|
|
- store.currentTask.studentId + "",
|
|
|
|
|
|
+ store.currentTask.libraryId + "",
|
|
questions
|
|
questions
|
|
)) as any;
|
|
)) as any;
|
|
if (res.data.success) {
|
|
if (res.data.success) {
|