diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index bd096ee8..afd1beed 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -780,7 +780,7 @@ const submitAuth = () => { if (props.type === 2) { stageVisible.value = true; } else { - handleStageOk(); + handleDialogOk(); } };