Update: (步骤备份)部门管理更新完成

This commit is contained in:
wojiaoyishang
2025-01-21 12:07:37 +08:00
parent b6a64f15dc
commit fa7e62b12b
4 changed files with 135 additions and 40 deletions
+1
View File
@@ -167,6 +167,7 @@ def remove(id):
r = Power.query.filter_by(id=id).delete()
db.session.commit()
if r:
return success_api(msg="删除成功")
else: