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

This commit is contained in:
2024-05-21 10:49:23 +08:00
parent 9e32f377b0
commit 77195c619f

View File

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