Commit c32765bd authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 8d499913
......@@ -46,7 +46,7 @@ let that
export default {
data() {
return {
listTitle: '',
listTitle: '',
addOrUpdateVisible: false,
queryDetailVisible: false,
urlPath: window.CONFIG.urlPath,
......@@ -214,8 +214,8 @@ export default {
page: this.pageIndex,
rows: this.pageSize,
parentId: this.dicId,
sort: sort || 'sort_value',
order,
sort: sort || 'create_time',
order: order || 'asc',
stationId: this.stationId
}
}).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