Commit 563c6c7b authored by xiexingan's avatar xiexingan

Merge branch 'dev' of gitlab.suntrayoa.com:geqilin/energyai_vue into dev

parents 98bbd388 4a724d35
...@@ -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