mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
fix: 自助数据集 api 权限校验
This commit is contained in:
@@ -287,7 +287,7 @@ export default {
|
||||
cancelButtonText: this.$t('dataset.cancel'),
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
post('dataset/union/delete/' + item.id, {}).then(response => {
|
||||
post('dataset/union/delete', item).then(response => {
|
||||
this.$message({
|
||||
type: 'success',
|
||||
message: this.$t('dataset.delete_success'),
|
||||
|
||||
Reference in New Issue
Block a user