NEZ-3227 fix:告警消息列表 默认按照 id 倒序排序
This commit is contained in:
@@ -123,6 +123,7 @@ export default {
|
||||
data () {
|
||||
return {
|
||||
// 详情相关
|
||||
orderBy: 'id',
|
||||
fromRoute: fromRoute,
|
||||
graphShow: false,
|
||||
chartDatas: [],
|
||||
|
||||
@@ -183,6 +183,7 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
orderBy: 'id',
|
||||
stateOptions: alertMessageConstant.states,
|
||||
url: 'alert/message',
|
||||
urlNew: 'alert/message/query',
|
||||
|
||||
@@ -214,6 +214,7 @@ export default {
|
||||
mixins: [dataListMixin, routerPathParams],
|
||||
data () {
|
||||
return {
|
||||
orderBy: 'id',
|
||||
chartLoading: false,
|
||||
chartInfo: {},
|
||||
alertMessageNzTableHeightOffset: 242,
|
||||
|
||||
Reference in New Issue
Block a user