wip: Table改版中
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user