feat: 数据集 数据源优化

* feat: 数据集 数据源优化

* feat: 国际化

* feat: 格式化

* feat: 国际化修正 合并代码
This commit is contained in:
dataeaseShu
2022-09-20 11:53:57 +08:00
committed by GitHub
parent 44720e4e33
commit 59a605c0c9
65 changed files with 11748 additions and 4855 deletions

View File

@@ -34,3 +34,13 @@ export function save(data) {
data
})
}
export function dbPreview(data) {
return request({
url: '/dataset/table/dbPreview',
method: 'post',
loading: true,
data
})
}