This commit is contained in:
kailong321200875
2023-12-07 14:20:11 +08:00
parent 2f6483652b
commit 7fa533b8ba
8 changed files with 240 additions and 19 deletions

View File

@@ -5,6 +5,10 @@ export const getTableListApi = (params: any) => {
return request.get({ url: '/mock/example/list', params })
}
export const getCardTableListApi = (params: any) => {
return request.get({ url: '/mock/card/list', params })
}
export const getTreeTableListApi = (params: any) => {
return request.get({ url: '/mock/example/treeList', params })
}