讲师管理bug

This commit is contained in:
zhangsir
2024-12-02 17:35:23 +08:00
parent cd6e0db646
commit d4a8b70418
2 changed files with 5 additions and 3 deletions

View File

@@ -499,7 +499,8 @@ const getTableDate = (obj) => {
message.success("删除成功")
searchSubmit();
}).catch(err=>{
message.error(err.msg)
message.destroy()
message.error(err.data.msg)
})
}
})