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); this.$message.error(err);
}); });
} else { } else {
whitListDelete({ id: drone.Id }) whitListDelete({ id: drone.WhiteListId })
.then((res) => { .then((res) => {
if (res.code === 0) { if (res.code === 0) {
this.$message.success("移除成功"); this.$message.success("移除成功");