刷新逻辑添加
This commit is contained in:
parent
a88b3f476a
commit
8de14c676c
|
@ -238,6 +238,7 @@ export default {
|
||||||
handleRefresh() {
|
handleRefresh() {
|
||||||
if (!this.userDefined) {
|
if (!this.userDefined) {
|
||||||
this.getBeforeHours(this.queryParams.timer)
|
this.getBeforeHours(this.queryParams.timer)
|
||||||
|
this.getTheData()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getTheData() {
|
getTheData() {
|
||||||
|
|
|
@ -309,6 +309,7 @@ export default {
|
||||||
handleRefresh() {
|
handleRefresh() {
|
||||||
if (!this.userDefined) {
|
if (!this.userDefined) {
|
||||||
this.getBeforeHours(this.queryParams.timer)
|
this.getBeforeHours(this.queryParams.timer)
|
||||||
|
this.getMonitorItemId()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 获取所有监控项的itemId
|
// 获取所有监控项的itemId
|
||||||
|
|
|
@ -276,6 +276,7 @@ export default {
|
||||||
handleRefresh() {
|
handleRefresh() {
|
||||||
if (!this.userDefined) {
|
if (!this.userDefined) {
|
||||||
this.getBeforeHours(this.queryParams.timer)
|
this.getBeforeHours(this.queryParams.timer)
|
||||||
|
this.getRankProcesses()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Top-ranked processes in the last hour
|
// Top-ranked processes in the last hour
|
||||||
|
|
Loading…
Reference in New Issue
Block a user