Prechádzať zdrojové kódy

type: 修改类型错误

奔跑的面条 3 rokov pred
rodič
commit
077881e499

+ 1 - 1
src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts

@@ -27,7 +27,7 @@ export const useDataListInit = () => {
     const res = await projectListApi({
       page: paginat.page,
       limit: paginat.limit
-    }) as unknown as MyResponseType
+    }) as any
     if (res.data) {
       const { count } = res
       paginat.count = count