更改资产类目删除传递字段,由id改为bid
This commit is contained in:
@@ -154,7 +154,7 @@ const onRowDel = (row: CategoryRow) => {
|
||||
type: 'warning',
|
||||
})
|
||||
.then(() => {
|
||||
deleteCategory(row.id).then(() => {
|
||||
deleteCategory(row.bid).then(() => {
|
||||
ElMessage.success('删除成功');
|
||||
getCategoryList();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user