修复假如白名单传参异常问题

This commit is contained in:
Dragon
2023-11-22 14:41:26 +08:00
parent 24f6702101
commit 90a732b4f4

View File

@@ -162,7 +162,7 @@ export default {
}
});
} else {
addWhite({ id: this.obj.uid }).then((res) => {
addWhite({ uid: this.obj.uid }).then((res) => {
if (res.code == 200) {
ElMessage({
showClose: true,