lex hai 1 ano
pai
achega
0d062f42bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/knowledge-library/examination-mode/index.tsx

+ 1 - 1
src/views/knowledge-library/examination-mode/index.tsx

@@ -225,7 +225,7 @@ export default defineComponent({
     const onConfirmResult = () => {
       if (state.visiableInfo.operationType === 'RESULT') {
         state.visiableInfo.show = false;
-        onAfter();
+        router.back();
         router.back();
       } else if (state.visiableInfo.operationType === 'BACK') {
         onResultPopup();