预警详情优化

This commit is contained in:
MaxShen
2025-03-19 11:55:21 +08:00
parent f88e04f911
commit 026e89ab04
5 changed files with 12 additions and 10 deletions

View File

@@ -86,12 +86,13 @@ const handleAccept = async (row, type) => {
});
if (data?.data?.data?.data) {
Message({
type,
type: 'error',
message: '成功接受',
});
queryInviteListData();
} else {
Message({
type,
type: 'success',
message: '接受失败',
});
}