订单管理新增状态限制
This commit is contained in:
parent
8670b0b8ca
commit
5357a6b41e
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue