Browse Source

Merge branch 'master' of http://git.qmth.com.cn/ExamCloud-3/examcloud-admin-web

xiatian 5 năm trước cách đây
mục cha
commit
d15634f98e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/questions/views/EditPaper.vue

+ 1 - 1
src/modules/questions/views/EditPaper.vue

@@ -1675,7 +1675,7 @@ export default {
           this.initPaper();
         })
         .catch(error => {
-          this.message = error.response.responseText;
+          this.message = error.response.data.desc;
           this.uploadAudioLoading = false;
         });
     }