mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
优化商家对账时点击切换可能出现的问题
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user