mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-11 19:12:01 +08:00
修复bug
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user