mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
feat: datasource采用新的列表
This commit is contained in:
@@ -4,6 +4,7 @@ export function dsGrid(pageIndex, pageSize, data) {
|
||||
return request({
|
||||
url: 'datasource/list/' + pageIndex + '/' + pageSize,
|
||||
method: 'post',
|
||||
loading: true,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user