Commit 22ffc3d8 authored by 盖献康's avatar 盖献康

bug(66374) - 检查创建时间倒叙

parent ac0e685d
......@@ -570,7 +570,7 @@ export default {
getList() {
this.loading = true
if (this.queryParams.orderByColumn === null) {
this.queryParams.orderByColumn = 'c.check_start_time'
this.queryParams.orderByColumn = 'c.create_time'
this.queryParams.isAsc = 'desc'
}
console.log('检查筛选条件', this.queryParams)
......
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