fix:修改Agents loki status 以及 cortex status 部分接口重复请求的问题
This commit is contained in:
@@ -72,7 +72,8 @@ export default {
|
||||
servicesTableData: [],
|
||||
ringTableData: [],
|
||||
readyTableData: '',
|
||||
loading: false
|
||||
loading: false,
|
||||
fromBottom: true
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
||||
@@ -73,7 +73,8 @@ export default {
|
||||
servicesTableTitle: [],
|
||||
ringTableData: [],
|
||||
readyTableData: '',
|
||||
loading: false
|
||||
loading: false,
|
||||
fromBottom: true
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
||||
Reference in New Issue
Block a user