This commit is contained in:
parent
2b30e20485
commit
0116af0877
|
|
@ -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("移除成功");
|
||||
|
|
|
|||
Loading…
Reference in New Issue