订单管理新增状态限制

This commit is contained in:
wangsongsole 2022-09-28 18:32:06 +08:00
parent 8670b0b8ca
commit 5357a6b41e
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ export default class orderlist extends React.Component {
let _self = this let _self = this
let { key_word, status, option, orderType } = _self.state let { key_word, status, option, orderType } = _self.state
let data = {} let data = {}
if (orderType) { if (orderType && status) {
//区分立减金和商品 //区分立减金和商品
data.type = orderType data.type = orderType
} }