From 66d2a905a52cc8a4a90e3db3a940add822292584 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 12 Aug 2024 09:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E4=BA=BA=E5=91=98=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=85=B3=E9=97=AD=E8=BE=93=E5=85=A5=E6=A1=86=E7=BD=AE?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Study/manager.vue | 13 +++++++++++++ src/views/course/ManageList.vue | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/Study/manager.vue b/src/components/Study/manager.vue index c9678708..e68859b9 100644 --- a/src/components/Study/manager.vue +++ b/src/components/Study/manager.vue @@ -344,6 +344,10 @@ export default { manageStudyData: { type: Object, default: () => ({}) + }, + isShowDialog:{ + type: Boolean, + default: false } }, data() { @@ -418,6 +422,15 @@ export default { this.learningSituation.name = '' } }, + isShowDialog(val){ + if(!val){ + this.signup.status = null + this.signup.name = '' + this.learningRecords.status = null + this.learningRecords.name = '' + this.value = '' + } + } }, mounted() { this.getSignupList(); diff --git a/src/views/course/ManageList.vue b/src/views/course/ManageList.vue index 3a9399be..2b019e64 100644 --- a/src/views/course/ManageList.vue +++ b/src/views/course/ManageList.vue @@ -196,7 +196,7 @@ - +