浏览代码

Merge branch 'iteration-create' into dev

lex 2 年之前
父节点
当前提交
5e3492c10c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/knowledge-library/examination-mode/index.tsx

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

@@ -76,6 +76,7 @@ export default defineComponent({
       onFinish: async () => {
         eventUnit.emit('unitAudioStop');
         await onResultPopup();
+        onAfter();
       }
     });