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();