修复邀请设置白名单bug

This commit is contained in:
Dragon
2024-03-18 17:24:27 +08:00
parent 3c8ef5d28e
commit 1561657d37

View File

@@ -254,7 +254,7 @@ export default {
set(val) {
userInviteFissionRecordSetBlack({
status: val.isBlack == 0 ? 1 : 0,
uid: val.erBanNo,
uid: val.uid,
}).then((res) => {
this.getData();
});