소스 검색

修改返回

lex 1 년 전
부모
커밋
0d062f42bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();