退款查询

This commit is contained in:
1154079537 2024-05-11 17:00:42 +08:00
parent a250b604f3
commit 7ed986bcc8

View File

@ -402,7 +402,8 @@
page: 1,
limit: 15,
type: 0,
identity: ''
identity: '',
search_info: ''
}
};
},
@ -616,7 +617,7 @@
if (that.loading) return;
that.loading = true;
that.loadTitle = "加载更多";
refundListNew(this.refundParam).then(res => {
refundListNew(this.refundParams).then(res => {
let list = res.data.list || [];
let loadend = list.length < that.limit;
that.orderList = that.page == 1 ? list : that.$util.SplitArray(list, that
@ -752,7 +753,9 @@
if (this.orderStatus == 4) {
this.refundParams.search_info = this.store_name;
this.refundParams.page = 1;
this.refundParams.search_info = this.store_name;
this.getRefundList();
} else {
this.page = 1;
this.getOrderList();