修改公会金币流水 /公会工资统计 - 进页面请求接口

This commit is contained in:
2025-09-28 11:48:24 +08:00
parent ff4f5ad76f
commit 07b2744095
2 changed files with 2 additions and 1 deletions

View File

@@ -218,6 +218,7 @@ export default {
getlistByPartitionId({ partitionId: this.inquire.partitionId, containAll: true }).then((res) => {
if (res.code == 200) {
this.inquire.inquireonInfos = res.data;
this.getData();
}
});
},

View File

@@ -219,11 +219,11 @@ export default {
};
},
created () {
// this.getData();
getWageStatListDateCycle({ month: 4 }).then((res) => {
if (res.code == 200) {
this.dateCycleArr = res.data || [];
this.inquire.cycleDate = this.dateCycleArr[0].dateCycle;
this.getData();
} else {
ElMessage({
showClose: true,