diff --git a/src/views/guildOperationManagement/agencyDiamondFlow.vue b/src/views/guildOperationManagement/agencyDiamondFlow.vue index 58628ac..de9701a 100644 --- a/src/views/guildOperationManagement/agencyDiamondFlow.vue +++ b/src/views/guildOperationManagement/agencyDiamondFlow.vue @@ -193,6 +193,7 @@ export default { created() { listPartitionInfo().then((res) => { this.partitionArr = res.data; + this.searchForm.partitionId=this.partitionArr[0].id; }); this.getDateCycleList(); }, diff --git a/src/views/guildOperationManagement/agentSendSalary.vue b/src/views/guildOperationManagement/agentSendSalary.vue index 30b7ada..7ad8b93 100644 --- a/src/views/guildOperationManagement/agentSendSalary.vue +++ b/src/views/guildOperationManagement/agentSendSalary.vue @@ -192,6 +192,7 @@ export default { // this.getData(); listPartitionInfo().then((res) => { this.partitionArr = res.data; + this.searchForm.partitionId=this.partitionArr[0].id; }); }, methods: { diff --git a/src/views/guildOperationManagement/anchorSalaryOperate.vue b/src/views/guildOperationManagement/anchorSalaryOperate.vue index 3cb4a19..f9683d8 100644 --- a/src/views/guildOperationManagement/anchorSalaryOperate.vue +++ b/src/views/guildOperationManagement/anchorSalaryOperate.vue @@ -355,7 +355,7 @@ export default { erbanNo: null, partitionId: null, }, - partitionArr:[], + partitionArr: [], searchRule: { startTime: [ { @@ -401,6 +401,7 @@ export default { this.getDateCycleList(); listPartitionInfo().then((res) => { this.partitionArr = res.data; + this.searchForm.partitionId = this.partitionArr[0].id; }); }, methods: { diff --git a/src/views/guildOperationManagement/diamondFlow.vue b/src/views/guildOperationManagement/diamondFlow.vue index 540aceb..018068c 100644 --- a/src/views/guildOperationManagement/diamondFlow.vue +++ b/src/views/guildOperationManagement/diamondFlow.vue @@ -161,6 +161,7 @@ export default { // this.getData(); listPartitionInfo().then((res) => { this.inquire.partitionArr = res.data; + this.inquire.partitionId = this.inquire.partitionArr[0].id; }); }, methods: { diff --git a/src/views/guildOperationManagement/guildInfo.vue b/src/views/guildOperationManagement/guildInfo.vue index 8af10fb..935c81f 100644 --- a/src/views/guildOperationManagement/guildInfo.vue +++ b/src/views/guildOperationManagement/guildInfo.vue @@ -511,7 +511,7 @@ import { addMember, setManager, removeMember, - listPartitionInfo + listPartitionInfo, } from "@/api/noblemanNew/noblemanNew"; // @ts-ignore import { dateFormat } from "@/utils/system-helper"; @@ -580,6 +580,7 @@ export default { created() { listPartitionInfo().then((res) => { this.inquire.partitionArr = res.data; + this.inquire.partitionId = this.inquire.partitionArr[0].id; }); this.getData(); }, diff --git a/src/views/guildOperationManagement/officialWithdrawRecord.vue b/src/views/guildOperationManagement/officialWithdrawRecord.vue index 3bb51ef..8bc18c0 100644 --- a/src/views/guildOperationManagement/officialWithdrawRecord.vue +++ b/src/views/guildOperationManagement/officialWithdrawRecord.vue @@ -83,7 +83,9 @@ 搜索 - 重置搜索 + 重置搜索 @@ -161,7 +163,12 @@ {{ scope.row.remark ? scope.row.remark : "/" }} - +