Commit 2d928f8d authored by jingnan's avatar jingnan 👀

指令下发右侧班组列表查询修改排序参数

parent 198244dc
......@@ -150,9 +150,18 @@ export default {
}
],
'sortItem': [
{
'fieldName': 'isValid',
'sortOrder': 'desc'
},
{
'fieldName': 'modifyTime',
'fieldName': 'extStandPosition.extcode',
'sortOrder': 'desc'
},
{
'fieldName': 'sortord',
'sortOrder': 'asc'
}
],
'toValidateKeys': ''
......
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