From 202ee3cb6e6f508b31cbf55286ae3a2b55b28efa Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 28 Feb 2024 17:43:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/order_list/indexCopy.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/users/order_list/indexCopy.vue b/pages/users/order_list/indexCopy.vue index 9606089..6c13edf 100644 --- a/pages/users/order_list/indexCopy.vue +++ b/pages/users/order_list/indexCopy.vue @@ -801,7 +801,8 @@ status: arr, page: that.page, limit: that.limit, - product_type: this.product_type + product_type: this.product_type, + source: 11 }).then(res => { let list = res.data.list || []; let loadend = list.length < that.limit;