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;