修复查询问题
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user