feat: 给用户管理添加按钮级权限管理

This commit is contained in:
2025-02-22 03:12:48 +08:00
parent bb38b5016f
commit 3a6cb4897b
18 changed files with 82 additions and 44 deletions

View File

@@ -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"
});