Commit 3410a01b authored by jingnan's avatar jingnan 👀

库位查询数据code升序排序

parent 65d78a25
...@@ -114,7 +114,13 @@ export default { ...@@ -114,7 +114,13 @@ export default {
'items': [], 'items': [],
'operator': 'AND' 'operator': 'AND'
}, },
'openProps': [] 'openProps': [],
sortItem: [
{
fieldName: 'extcode',
sortOrder: 'asc'
}
]
} }
this.$api.searchApi('ExtDxProductWorkUnit', params).then(res => { this.$api.searchApi('ExtDxProductWorkUnit', params).then(res => {
if (res.items && res.items.content.length) { if (res.items && res.items.content.length) {
......
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