Browse Source

修改返回

lex 1 year ago
parent
commit
0d062f42bf
1 changed files with 1 additions and 1 deletions
  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();