Commit c32765bd authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 8d499913
...@@ -214,8 +214,8 @@ export default { ...@@ -214,8 +214,8 @@ export default {
page: this.pageIndex, page: this.pageIndex,
rows: this.pageSize, rows: this.pageSize,
parentId: this.dicId, parentId: this.dicId,
sort: sort || 'sort_value', sort: sort || 'create_time',
order, order: order || 'asc',
stationId: this.stationId stationId: this.stationId
} }
}).then((data) => { }).then((data) => {
......
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