From 8a2673020be69d80f17d6149b7c5f728ef08034f Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 30 Jul 2024 14:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=A6=E4=B9=A0=E5=A7=93?= =?UTF-8?q?=E5=90=8D=E4=B9=9F=E6=9C=AA=E7=BD=AE=E7=A9=BA=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Study/manager.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Study/manager.vue b/src/components/Study/manager.vue index 9ea25786..dc78670d 100644 --- a/src/components/Study/manager.vue +++ b/src/components/Study/manager.vue @@ -413,6 +413,7 @@ export default { 'study.catalogueShow'(val){ if(!val){ this.learningSituation.status = null + this.learningSituation.name = '' } }, },