|
@@ -157,7 +157,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { scoreDetailListPage, scoreClassDetailScoreExport } from "../api";
|
|
|
+import { scoreClassDetailListPage, scoreClassDetailScoreExport } from "../api";
|
|
|
import SimpleImagePreview from "@/components/SimpleImagePreview";
|
|
|
import { downloadByApi } from "@/plugins/download";
|
|
|
import markMinxin from "../markMinxin";
|
|
@@ -206,7 +206,7 @@ export default {
|
|
|
const datas = {
|
|
|
...this.filter,
|
|
|
examId: this.instance.examId,
|
|
|
- paperNumber: this.instance.pageNumber,
|
|
|
+ paperNumber: this.instance.paperNumber,
|
|
|
pageNumber: this.current,
|
|
|
pageSize: this.size,
|
|
|
};
|
|
@@ -215,7 +215,7 @@ export default {
|
|
|
if (datas.breach !== null && datas.breach !== "")
|
|
|
datas.breach = !!datas.breach;
|
|
|
|
|
|
- const data = await scoreDetailListPage(datas);
|
|
|
+ const data = await scoreClassDetailListPage(datas);
|
|
|
this.dataList = data.records;
|
|
|
this.total = data.total;
|
|
|
},
|