事件相关接口的变动

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: {
name: "删除",
req: async function(id){
return await http.delete(`${config.API_URL}/ecm/event/${id}/`);
req: async function (id, data) {
return await http.delete(`${config.API_URL}/ecm/event/${id}/`, data);
}
},
cateAgg: {