mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
fix: 数据集重命名
This commit is contained in:
@@ -43,6 +43,15 @@ export function addTable(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function rename(data) {
|
||||
return request({
|
||||
url: '/dataset/table/rename',
|
||||
method: 'post',
|
||||
loading: true,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function delTable(tableId) {
|
||||
return request({
|
||||
url: '/dataset/table/delete/' + tableId,
|
||||
|
||||
Reference in New Issue
Block a user