From 9129e29bf35453449c0bdf4a7686d8af4fef43f9 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Fri, 15 Nov 2024 11:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=AC=E4=BC=9A=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=80=89=E6=8B=A9=E5=9C=B0=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../agencyDiamondFlow.vue | 1 + .../guildOperationManagement/agentSendSalary.vue | 1 + .../anchorSalaryOperate.vue | 3 ++- .../guildOperationManagement/diamondFlow.vue | 1 + src/views/guildOperationManagement/guildInfo.vue | 3 ++- .../officialWithdrawRecord.vue | 16 ++++++++++++---- src/views/roomBackground/roomBackground.vue | 2 +- .../roomBackground/roomBackgroundCustom.vue | 1 + 8 files changed, 21 insertions(+), 7 deletions(-) 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 : "/" }} - +