修复白名单数量

This commit is contained in:
liaozetao
2024-02-27 17:10:49 +08:00
committed by Dragon
parent 05721d3916
commit 1a3f6137cb

View File

@@ -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,