diff --git a/threadpool/console/src/views/hippo4j/monitor/index.vue b/threadpool/console/src/views/hippo4j/monitor/index.vue
index b338bec6..d6d1a42d 100644
--- a/threadpool/console/src/views/hippo4j/monitor/index.vue
+++ b/threadpool/console/src/views/hippo4j/monitor/index.vue
@@ -15,24 +15,19 @@
-
{{ listQuery.tenantId }}
-
租户:
-
{{ listQuery.tenantId }}
-
-
-
{{ listQuery.itemId }}
+
{{ listQuery.itemId }}
项目:
-
{{ listQuery.itemId }}
+
{{ listQuery.itemId }}
-
{{ listQuery.tpId }}
+
{{ listQuery.tpId }}
线程池:
-
{{ listQuery.tpId }}
+
{{ listQuery.tpId }}
-
{{ listQuery.identify }}
+
{{ listQuery.identify }}
实例:
-
{{ listQuery.identify }}
+
{{ listQuery.identify }}
@@ -146,6 +141,7 @@ export default {
}
},
+ isFirstShow: true,
lineChartData: [],
times: [],
selectMonitorValue: {
@@ -231,7 +227,9 @@ export default {
watch: {
listQuery:{
handler(newVal) {
- this.getSelectMonitor()
+ if (!this.isFirstShow) {
+ this.getSelectMonitor()
+ }
},
deep: true
},
@@ -363,6 +361,7 @@ export default {
},
handleChangeMonitorSelect(value) {
+ this.isFirstShow = false
this.selectMonitor[value[0]].map((item) => {
if (item.children.label == value[1]) {
this.listQuery.identify = item.identify || this.listQuery.identify