type: 修改类型错误

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

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