@@ -227,7 +227,7 @@ export default {
mounted() {
this.$modal.loading("正在导入数据,请稍后...");
this.$api
- .gradecheckGoodsChange({ chapterExamId: this.$route.query.id })
+ .gradecheckGoodsChange({ examId: this.$route.query.id })
.then((res) => {
if (res.data > 0) {
this.noStudent = false;
@@ -1064,7 +1064,7 @@ export default {
}