Commit c7c7cc6f authored by 黄奎's avatar 黄奎

页面参数修改

parent 3ef0f569
...@@ -432,7 +432,7 @@ export default { ...@@ -432,7 +432,7 @@ export default {
if(param.orderCount!=''){ if(param.orderCount!=''){
this.msg.OrderBy='a.OrderCount '+param.orderCount this.msg.OrderBy='a.OrderCount '+param.orderCount
} }
if(param.receivedPeopleCount!=''){ if(param.receivedPeopleCount && param.receivedPeopleCount!=''){
this.msg.OrderBy='a.ReceivedPeopleCount '+param.receivedPeopleCount this.msg.OrderBy='a.ReceivedPeopleCount '+param.receivedPeopleCount
} }
if(param.rejectCount!=''){ if(param.rejectCount!=''){
......
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