JXDS18FUJT hace 2 años
padre
commit
82a3fb14f8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/hooks/exam/threeExam.ts

+ 3 - 0
src/hooks/exam/threeExam.ts

@@ -380,6 +380,9 @@ export const useThreeExam = (requestFn: Promise<threeApi.threeForceList>, config
 
 
     //   }
+    
+
+
     const setPageNumToListIndex = (page: string | number) => {
         page = Number(page)
         listIndex.value = page - 1