From 81c828ad22234c6fb0d654a48ff3b847933db1a5 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 20 Feb 2023 14:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=AE=B0=E5=BD=95=20=20?= =?UTF-8?q?=E8=BF=9B=E8=AF=A6=E6=83=85=E5=90=8E=E8=BF=94=E5=9B=9E=EF=BC=8C?= =?UTF-8?q?=E6=9C=AA=E5=88=B7=E6=96=B0=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppMine/studyList.vue | 2 ++ 1 file changed, 2 insertions(+) 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() })