Commit f7b8db8b authored by 我在何方's avatar 我在何方

异常列表优化

parent 15e60742
......@@ -285,9 +285,9 @@ export default {
queryParams: {
page: 1,
rows: 10,
orderNoKey:'eq',
marksKey:'eq',
goodsNameKey:'eq'
orderNoKey:'in',
marksKey:'in',
goodsNameKey:'in'
},
tradeCityList:[],
warehouseList:[],
......@@ -347,9 +347,9 @@ export default {
this.queryParams = {
page: 1,
rows: 10,
orderNoKey:'eq',
marksKey:'eq',
goodsNameKey:'eq'
orderNoKey:'in',
marksKey:'in',
goodsNameKey:'in'
}
this.getList()
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment