From f284dff0ec1d35440d04452f1c87d3796f9caea8 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Fri, 3 Mar 2023 14:22:46 +0800 Subject: [PATCH] -- fix bug --- 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 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(); } };