【新增】试卷任务前端分类,监控管理前端

This commit is contained in:
YOHO\20373
2025-05-05 00:05:46 +08:00
parent 7a6472d8d4
commit e8a418b9f7
134 changed files with 19516 additions and 493 deletions

View File

@@ -243,7 +243,7 @@ const handleDelete = async (id: number) => {
// 删除的二次确认
await message.delConfirm()
// 发起删除
await SmsChannelApi.removeTask(id)
await SmsChannelApi.removeTasks(id)
message.success(t('common.delSuccess'))
// 刷新列表
await getList()