修复页面异常问题

This commit is contained in:
dragon
2024-11-15 18:36:50 +08:00
parent a75058d202
commit 07543cca7d
2 changed files with 5 additions and 5 deletions

View File

@@ -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;

View File

@@ -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: {