删除用于测试的 print

This commit is contained in:
wojiaoyishang
2025-01-25 09:51:02 +08:00
parent 2ee703d2eb
commit 8a99864b41
+1 -1
View File
@@ -279,7 +279,7 @@ def dict_type_batch_remove():
@authorize("system:dict:remove", log=True)
def dict_data_batch_remove():
ids = request.form.getlist('ids[]')
print(ids)
for _id in ids:
res = curd.delete_one_by_id(model=DictData, id=_id)
if not res: