fix: 自助数据集 api 权限校验

This commit is contained in:
taojinlong
2022-03-02 22:15:48 +08:00
parent d7a52c28e6
commit 3f889ab62d
2 changed files with 6 additions and 5 deletions

View File

@@ -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'),