From 7ed986bcc8e4e42fe61cba00bf1496e55098c6fb Mon Sep 17 00:00:00 2001 From: 1154079537 <1154079537@qq.com> Date: Sat, 11 May 2024 17:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/order_list/search.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/users/order_list/search.vue b/pages/users/order_list/search.vue index 37019e2..9173325 100644 --- a/pages/users/order_list/search.vue +++ b/pages/users/order_list/search.vue @@ -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();