type: 修改类型错误

This commit is contained in:
奔跑的面条 2022-06-01 23:00:28 +08:00
parent f655a57e61
commit 077881e499

View File

@ -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