事件相关接口的变动

This commit is contained in:
shijing 2024-02-20 10:01:48 +08:00
parent 594a217af2
commit bd0f46d7e9
1 changed files with 35 additions and 35 deletions

View File

@ -84,8 +84,8 @@ export default {
}, },
delete: { delete: {
name: "删除", name: "删除",
req: async function(id){ req: async function (id, data) {
return await http.delete(`${config.API_URL}/ecm/event/${id}/`); return await http.delete(`${config.API_URL}/ecm/event/${id}/`, data);
} }
}, },
cateAgg: { cateAgg: {