修改公会金币流水 - 报错问题, 公会工资统计 - 周期问题

This commit is contained in:
2025-09-28 11:38:30 +08:00
parent cc5f0e5600
commit ff4f5ad76f
2 changed files with 1 additions and 12 deletions

View File

@@ -207,7 +207,6 @@ export default {
};
},
created () {
this.getData();
// this.getlistByPartitionId()
},
methods: {
@@ -222,16 +221,6 @@ export default {
}
});
},
getlistByPartitionId () {
getlistByPartitionId({ partitionId: 1, containAll: true }).then((res) => {
if (res.code == 200) {
this.inquire.inquireonInfos = res.data;
// let obj = {name:{zh:"全部"},id:0}
// obj.name = JSON.stringify(obj.name)
// this.inquire.inquireonInfos.unshift(obj)
}
});
},
// 查询接口
getData () {
this.loading = true;

View File

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