修改公会金币流水 - 报错问题, 公会工资统计 - 周期问题
This commit is contained in:
@@ -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;
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user