feat: 给用户管理添加按钮级权限管理
This commit is contained in:
@@ -202,7 +202,7 @@ export const useConfig = (tableRef: Ref) => {
|
||||
const res = await deleteConfigListAPI({
|
||||
ids: getKeyList(curSelected, "id")
|
||||
});
|
||||
if (res.code === 200) {
|
||||
if (res.success) {
|
||||
message(`已删除项目名称为 ${getKeyList(curSelected, "name")} 的数据`, {
|
||||
type: "success"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user