NEZ-3227 fix:告警消息列表 默认按照 id 倒序排序

This commit is contained in:
zhangyu
2023-10-12 17:07:12 +08:00
parent b6db314700
commit 0adef81e36
3 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ export default {
},
data () {
return {
orderBy: 'id',
orderBy: '-id',
stateOptions: alertMessageConstant.states,
url: 'alert/message',
urlNew: 'alert/message/query',