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()