优化商家对账时点击切换可能出现的问题

master
lemon橪 2022-07-14 10:38:07 +08:00
parent 00e229e7f4
commit dba167738b
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<div> <div>
<h3 class="ml_10" style="padding:10px;">结算详细</h3> <h3 class="ml_10" style="padding:10px;">结算详细</h3>
<div class="bill-detail-price"> <div class="bill-detail-price">
<span> <span>
<p>积分结算金额</p> <p>积分结算金额</p>
<p class="increase-color"> <p class="increase-color">
@ -444,6 +444,7 @@ export default {
tthis.getRefund(); tthis.getRefund();
}, },
clickTabs(index) { clickTabs(index) {
this.orderParam.pageNumber = 1
if (index == 1) { if (index == 1) {
this.orderParam.flowType = "REFUND"; this.orderParam.flowType = "REFUND";
this.getRefund(); this.getRefund();