This commit is contained in:
zengmingjie 2025-06-26 00:13:03 +08:00
parent 2b30e20485
commit 0116af0877
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ export default {
this.$message.error(err);
});
} else {
whitListDelete({ id: drone.Id })
whitListDelete({ id: drone.WhiteListId })
.then((res) => {
if (res.code === 0) {
this.$message.success("移除成功");