task#13769,答题完成返回页面执行自动刷新

This commit is contained in:
2024-05-21 10:33:44 +08:00
parent 53be990a24
commit 9e32f377b0

View File

@ -83,12 +83,13 @@ export default {
} }
}, },
mounted() { mounted() {
this.onRefresh();
this.getList(); this.getList();
}, },
created() { created() {
// 每次回答完问题之后返回需重新加结果 // 每次回答完问题之后返回需重新加结果
this.onRefresh();
}, },
methods:{ methods:{
onRefresh() { onRefresh() {