学习记录 进详情后返回,未刷新列表数据

This commit is contained in:
liuye
2023-02-20 14:38:19 +08:00
parent 2409a6110b
commit 81c828ad22

View File

@@ -46,6 +46,8 @@ export default {
frontColor: "#000000",
backgroundColor: "#F4F6FA",
})
},
onShow() {
this.$dict.load(['qjLearnStatus']).then(() => {
this.getList()
})