From 24a0d715809cbee01f6943c58a2d4fe2c694a25a Mon Sep 17 00:00:00 2001 From: Apple <> Date: Tue, 21 Jun 2022 14:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=A8=A1=E5=9D=97=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E7=8A=B6=E6=80=81order=5Ftype=E6=9B=B4=E6=94=B9type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/list/list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index a0e894c1..1d7ad00a 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -284,7 +284,7 @@ export default class orderlist extends React.Component { let { key_word, key, status, option,orderType } = _self.state let data = {} if(orderType){//区分立减金和商品 - data.order_type=orderType; + data.type=orderType; } if (this.state.combinedValue && this.state.combinedValue[0]) { data.begin_time = this.state.combinedValue[0] @@ -517,7 +517,7 @@ export default class orderlist extends React.Component { let { page, limit, option, key_word, status,orderType} = _self.state let data = { page, limit } if(orderType){//区分立减金和商品 - data.order_type=orderType; + data.type=orderType; } if (this.state.combinedValue && this.state.combinedValue[0]) { data.begin_time = this.state.combinedValue[0]