代码调整

This commit is contained in:
joylink_cuiweidong 2020-05-25 15:45:51 +08:00
parent 40d7d960cf
commit 8a104a09f6

View File

@ -138,9 +138,9 @@ export default {
// },
handleAdd() {
loadingPaper(this.$route.query.raceId, {}).then((response)=>{
this.$message('开始考试成功');
this.$message('题加载成功');
}).catch(()=>{
this.$message('开始考试失败');
this.$message('题加载失败');
});
},
//