瀏覽代碼

Merge branch 'five-second-add' of http://120.79.166.78:19005/zhongzheng-edu/saas_entrepot_admin into six

Tang 3 年之前
父節點
當前提交
bbb3437066

+ 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

@@ -1068,7 +1068,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;