修复每日钻石流水分页问题,修复公会钻石流水导出缺少参数问题

This commit is contained in:
chenruiye
2025-04-07 13:36:16 +08:00
parent 6ca23f1254
commit 3989182047
2 changed files with 3 additions and 2 deletions

View File

@@ -192,11 +192,11 @@ export default {
dataTime.value = '';
};
const handleSizeChange = (val) => {
formData.value.pageSize = val;
formData.pageSize = val;
getData();
};
const handleCurrentChange = (val) => {
formData.value.pageNo = val;
formData.pageNo = val;
getData();
};
onMounted(() => {

View File

@@ -201,6 +201,7 @@ export default {
ownerErbanNo: this.inquire.guildBoosId,
startTime: startTime,
endTime: endTime,
partitionId: this.inquire.partitionId,
});
},
// 分页导航