fix:修改Agents loki status 以及 cortex status 部分接口重复请求的问题

This commit is contained in:
zhangyu
2023-09-22 15:22:31 +08:00
parent 8d25b91c26
commit c694c9fd37
2 changed files with 4 additions and 2 deletions

View File

@@ -72,7 +72,8 @@ export default {
servicesTableData: [],
ringTableData: [],
readyTableData: '',
loading: false
loading: false,
fromBottom: true
}
},
mounted () {

View File

@@ -73,7 +73,8 @@ export default {
servicesTableTitle: [],
ringTableData: [],
readyTableData: '',
loading: false
loading: false,
fromBottom: true
}
},
mounted () {