修改公会金币流水 /公会工资统计 - 进页面请求接口
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user