mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
type: 修改类型错误
This commit is contained in:
parent
f655a57e61
commit
077881e499
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user