Commit 3b041b04 authored by youjie's avatar youjie

no message

parent a528dd64
......@@ -1085,7 +1085,9 @@ export default {
if(x.SalePlatList.length==this.$tripUtils.TeamStatesList.salsPlat.length){
x.checkDialogAll = true
}
x.SalePlat = x.SalePlatList.split(',')
if(x.SalePlatList.length>0){
x.SalePlat = x.SalePlatList.join(',')
}
}
})
this.total = res.data.data.count;
......
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