Commit fa7dbccf authored by zhoutong's avatar zhoutong

先根据入仓时间搜索待预装订单后,删除入仓时间,再选择其他选项搜索待预装订单,待预装订单列表一直转圈圈

parent 82dc8e04
......@@ -785,7 +785,7 @@ export default {
},
/* 获取参数 */
getParams() {
const { rucangtime = [] } = this.queryParams;
let rucangtime = this.queryParams.rucangtime?this.queryParams.rucangtime:[]
return {
...this.queryParams,
...this.$attrs.params,
......
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