代码调整
This commit is contained in:
parent
40d7d960cf
commit
8a104a09f6
@ -138,9 +138,9 @@ export default {
|
|||||||
// },
|
// },
|
||||||
handleAdd() {
|
handleAdd() {
|
||||||
loadingPaper(this.$route.query.raceId, {}).then((response)=>{
|
loadingPaper(this.$route.query.raceId, {}).then((response)=>{
|
||||||
this.$message('开始考试成功!');
|
this.$message('试题加载成功');
|
||||||
}).catch(()=>{
|
}).catch(()=>{
|
||||||
this.$message('开始考试失败');
|
this.$message('试题加载失败');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 查询函数
|
// 查询函数
|
||||||
|
Loading…
Reference in New Issue
Block a user