删除功能完成

This commit is contained in:
2026-04-04 17:38:20 +08:00
parent 293ba9df3c
commit 592e693ac2
3 changed files with 91 additions and 5 deletions
+3
View File
@@ -14,4 +14,7 @@ export const scheduleApi = {
editEvent(data) {
return api.post('/schedule/editevent', data)
},
deleEvent(data) {
return api.post('/schedule/deleevent', data)
},
}