Commit 1e2f3497 authored by dragondean@qq.com's avatar dragondean@qq.com

订单列表统计特选筛选未生效

parent cfcded06
......@@ -896,7 +896,12 @@ export default {
}else if(this.dept){
func = orderDeptStatistics
}
func(this.combinedQueryParams).then(res => {
const query = {...this.combinedQueryParams}
if(query.packageTypeArr && query.packageTypeArr.length){
query.packageType = query.packageTypeArr.join(',')
delete query.packageTypeArr
}
func(query).then(res => {
this.statistics = res.data
})
},
......
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