Commit 790b293d authored by 黄媛媛's avatar 黄媛媛
parents b0873ede c7c7cc6f
...@@ -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