From dc99b5b81ec860cbc3e6d6ff860502923d483d16 Mon Sep 17 00:00:00 2001 From: gengxin Date: Tue, 18 Feb 2025 09:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E8=B4=B9=E7=94=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=EF=BC=8C=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=EF=BC=8C?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/LecturerApproval.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/lecturer/LecturerApproval.vue b/src/views/lecturer/LecturerApproval.vue index 2dbe9381..84140f61 100644 --- a/src/views/lecturer/LecturerApproval.vue +++ b/src/views/lecturer/LecturerApproval.vue @@ -263,6 +263,10 @@ export default { ProjectManager, LecturerAppEdit, }, + props: { + activeKey: String, + default: null, + }, setup(props, emit) { watch(() => props.key, (val) => { console.log(val, 'valllllll')