lex il y a 1 an
Parent
commit
0d062f42bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();