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

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

View File

@@ -123,6 +123,7 @@ export default {
data () {
return {
// 详情相关
orderBy: 'id',
fromRoute: fromRoute,
graphShow: false,
chartDatas: [],

View File

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

View File

@@ -214,6 +214,7 @@ export default {
mixins: [dataListMixin, routerPathParams],
data () {
return {
orderBy: 'id',
chartLoading: false,
chartInfo: {},
alertMessageNzTableHeightOffset: 242,