From 790030d8d19f8e0675f7d8836e33e963bd9234a5 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 19 Dec 2022 19:35:54 +0800 Subject: [PATCH] =?UTF-8?q?--=20=E9=A1=B9=E7=9B=AE=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E9=80=89=E6=8B=A9=E9=98=B6=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/CommonStudent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index 1cc63a5a..a6ea1333 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -478,7 +478,7 @@ const resetAudienceInfo = () => { // }; //确定添加授权 const submitAuth = () => { - if (props.type !== 3) { + if (props.type === 2) { stageVisible.value = true } else { handleStageOk()