From 07543cca7d41f49e35b73651f9c20f99fb62a382 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Fri, 15 Nov 2024 18:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../guildOperationManagement/anchorSalaryOperate.vue | 8 ++++---- .../guildOperationManagement/officialWithdrawRecord.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/guildOperationManagement/anchorSalaryOperate.vue b/src/views/guildOperationManagement/anchorSalaryOperate.vue index f9683d8..9995af9 100644 --- a/src/views/guildOperationManagement/anchorSalaryOperate.vue +++ b/src/views/guildOperationManagement/anchorSalaryOperate.vue @@ -448,19 +448,19 @@ export default { this.dialogTitle = "钻石兑换薪资"; this.dialogType = 1; break; - case 2: + case 3: this.dialogTitle = "薪资转增代理"; this.dialogType = 2; break; - case 3: + case 4: this.dialogTitle = "薪资转增公会长"; this.dialogType = 3; break; - case 4: + case 5: this.dialogTitle = "官方提现"; this.dialogType = 4; break; - case 6: + case 2: this.dialogTitle = "薪资兑换金币"; this.dialogType = 6; break; diff --git a/src/views/guildOperationManagement/officialWithdrawRecord.vue b/src/views/guildOperationManagement/officialWithdrawRecord.vue index 8bc18c0..3578171 100644 --- a/src/views/guildOperationManagement/officialWithdrawRecord.vue +++ b/src/views/guildOperationManagement/officialWithdrawRecord.vue @@ -356,11 +356,11 @@ export default { created() { adminCountry().then((res) => { this.adminCountryArr = res.data; - this.getData(); }); listPartitionInfo().then((res) => { this.partitionArr = res.data; this.searchForm.partitionId = this.partitionArr[0].id; + this.getData(); }); }, methods: {