diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index 0a2feed4..cf48ed73 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -301,7 +301,7 @@ export default class orderlist extends React.Component { let _self = this let { key_word, status, option, orderType } = _self.state let data = {} - if (orderType) { + if (orderType && status) { //区分立减金和商品 data.type = orderType }