mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-23 09:50:23 +08:00
type: 修改类型错误
This commit is contained in:
parent
f655a57e61
commit
077881e499
@ -27,7 +27,7 @@ export const useDataListInit = () => {
|
|||||||
const res = await projectListApi({
|
const res = await projectListApi({
|
||||||
page: paginat.page,
|
page: paginat.page,
|
||||||
limit: paginat.limit
|
limit: paginat.limit
|
||||||
}) as unknown as MyResponseType
|
}) as any
|
||||||
if (res.data) {
|
if (res.data) {
|
||||||
const { count } = res
|
const { count } = res
|
||||||
paginat.count = count
|
paginat.count = count
|
||||||
|
Loading…
x
Reference in New Issue
Block a user