dataset.delete

This commit is contained in:
shijing 2023-11-23 11:29:11 +08:00
parent 9682eadf4f
commit 924ed50ce8
1 changed files with 1 additions and 4 deletions

View File

@ -214,12 +214,9 @@ export default {
},
//
async table_del(row) {
this.$API.rpm.dataset.delete
.req(row.id)
this.$API.bi.dataset.delete.req(row.id)
.then((res) => {
this.$message.success("删除成功");
return res;
})
.catch((err) => {