Ver Fonte

fix:bug

Tang há 3 anos atrás
pai
commit
ee16f88114

+ 1 - 1
src/views/resource/bankManagement/testPaperManagement/editPaper/baseEditPaper/index.vue

@@ -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;

+ 1 - 1
src/views/resource/bankManagement/testPaperManagement/editPaper/topicEditPaper/index.vue

@@ -1064,7 +1064,7 @@ export default {
       }
     }
     this.$api
-      .gradecheckGoodsChange({ chapterExamId: this.$route.query.id })
+      .gradecheckGoodsChange({ examId: this.$route.query.id })
       .then((res) => {
         if (res.data > 0) {
           this.noStudent = false;