-- fix bug

This commit is contained in:
yuping
2023-03-03 14:22:46 +08:00
parent 90fdbd9234
commit f284dff0ec

View File

@@ -780,7 +780,7 @@ const submitAuth = () => {
if (props.type === 2) { if (props.type === 2) {
stageVisible.value = true; stageVisible.value = true;
} else { } else {
handleStageOk(); handleDialogOk();
} }
}; };