Commit a2b23331 authored by “lixuyan”'s avatar “lixuyan”

修改排序

parent 0f11b006
......@@ -407,7 +407,13 @@ export default {
items: [],
operator: 'AND'
},
openProps: []
openProps: [],
sortItem: [
{
fieldName: 'serialNumber',
sortOrder: 'desc'
}
]
}
post(`ExtProcessPlan/queryByPosition`, params)
.then((res) => {
......
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