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

This commit is contained in:
YOHO\20373
2025-05-05 00:05:46 +08:00
committed by 陆光LG
parent f796f753a8
commit eda93f9810
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()