修复白名单数量
This commit is contained in:
@@ -185,10 +185,7 @@ export default {
|
||||
// @ts-ignore
|
||||
button(res) {
|
||||
console.log(res);
|
||||
let isWhite = res.isWhite;
|
||||
if (isWhite) {
|
||||
return;
|
||||
}
|
||||
this.whiteCount = res.whiteCount;
|
||||
this.dialogTableVisibleTitle = "轮次id:" + res.id + "的参与情况";
|
||||
promiseStarUserRecordGetPromiseUsers({
|
||||
roundId: res.id,
|
||||
@@ -202,6 +199,10 @@ export default {
|
||||
// @ts-ignore
|
||||
white(res) {
|
||||
console.log(res);
|
||||
let isWhite = res.isWhite;
|
||||
if (isWhite) {
|
||||
return;
|
||||
}
|
||||
promiseStarUserRecordSetUserWhite({
|
||||
roundId: res.roundId,
|
||||
uid: res.uid,
|
||||
|
Reference in New Issue
Block a user