wip: Table改版中

This commit is contained in:
kailong321200875
2023-07-09 20:29:44 +08:00
parent f8ffbd1e61
commit 002d03a0ad
11 changed files with 497 additions and 277 deletions

View File

@@ -1,7 +1,7 @@
import request from '@/config/axios'
import type { TableData } from './types'
export const getTableListApi = (params: any): Promise<IResponse> => {
export const getTableListApi = (params: any) => {
return request.get({ url: '/example/list', params })
}