feat: datasource采用新的列表

This commit is contained in:
fit2cloud-chenyw
2021-03-15 12:12:14 +08:00
parent a0ee5d636f
commit 105d8a2a5f
8 changed files with 173 additions and 264 deletions

View File

@@ -4,6 +4,7 @@ export function dsGrid(pageIndex, pageSize, data) {
return request({
url: 'datasource/list/' + pageIndex + '/' + pageSize,
method: 'post',
loading: true,
data
})
}