修复查询问题

This commit is contained in:
liaozetao
2024-02-27 15:26:32 +08:00
committed by Dragon
parent e850d11175
commit 72649778a5

View File

@@ -184,9 +184,9 @@ export default {
// @ts-ignore
button(res) {
console.log(res);
this.dialogTableVisibleTitle = "轮次id" + res.roundId + "的参与情况";
this.dialogTableVisibleTitle = "轮次id" + res.id + "的参与情况";
promiseStarUserRecordGetPromiseUsers({
roundId: res.roundId,
roundId: res.id,
// @ts-ignore
}).then((res) => {
this.dialogTableData = res.data;