修复bug

This commit is contained in:
pan.wl.2
2024-11-15 21:57:07 +08:00
parent 1923c00b2d
commit dece7d4f7e
11 changed files with 68 additions and 15 deletions

View File

@@ -94,7 +94,7 @@ const handleEdit = async (data: any) => {
const handleDelete = async (id: number) => {
await feedback.confirm('确定要删除?')
await oaReplyDel({ id })
feedback.msgSuccess('删除成功')
// feedback.msgSuccess('删除成功')
getLists()
}