Browse Source

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

xiatian 5 years ago
parent
commit
d15634f98e
1 changed files with 1 additions and 1 deletions
  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();
           this.initPaper();
         })
         })
         .catch(error => {
         .catch(error => {
-          this.message = error.response.responseText;
+          this.message = error.response.data.desc;
           this.uploadAudioLoading = false;
           this.uploadAudioLoading = false;
         });
         });
     }
     }