diff --git a/src/project/qujing/AppMine/studyList.vue b/src/project/qujing/AppMine/studyList.vue index f0c4905..86af6f1 100644 --- a/src/project/qujing/AppMine/studyList.vue +++ b/src/project/qujing/AppMine/studyList.vue @@ -46,6 +46,8 @@ export default { frontColor: "#000000", backgroundColor: "#F4F6FA", }) + }, + onShow() { this.$dict.load(['qjLearnStatus']).then(() => { this.getList() })