diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue index a8f3cede..569759eb 100644 --- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue +++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/detail.vue @@ -972,7 +972,7 @@ mounted() { color: #2d3748; line-height: 1.6; padding: 20px; - min-height: 60vh; + min-height: 50vh; } .dashboard { diff --git a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/history.vue b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/history.vue index 4956198c..81dc58b9 100644 --- a/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/history.vue +++ b/ALOps_sys_fe/alops-ui/src/views/inMonitoring/devicesState/history.vue @@ -66,13 +66,13 @@ export default { handler(val) { this.getList(val) }, - deep: true, - immediate: true + deep: true } }, methods: { /** 查询类型列表 */ getList(id) { + if (!id) return; this.loading = true try { alertmessage(id).then(response => { diff --git a/ALOps_sys_fe/alops-ui/src/views/index.vue b/ALOps_sys_fe/alops-ui/src/views/index.vue index 92c70cec..a534e48e 100644 --- a/ALOps_sys_fe/alops-ui/src/views/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/index.vue @@ -105,10 +105,7 @@