mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-16 19:22:27 +08:00
fix Bug Features CHANGELOG.ms
This commit is contained in:
@@ -2,11 +2,11 @@ import http from '@/utils/http/axios'
|
||||
|
||||
//获取table
|
||||
export function getTableList(params) {
|
||||
return http.request(
|
||||
{
|
||||
url: '/table/list',
|
||||
method: 'get',
|
||||
params
|
||||
}
|
||||
)
|
||||
return http.request(
|
||||
{
|
||||
url: '/table/list',
|
||||
method: 'get',
|
||||
params
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user