From f3acb8ce787f3df0eda633031473be4e6a9ff448 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 12 十月 2023 16:56:28 +0800 Subject: [PATCH] 油烟 更新了实时监控页面 --- src/sfc/ExceptionText.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/sfc/ExceptionText.vue b/src/sfc/ExceptionText.vue index c08b719..f0c6023 100644 --- a/src/sfc/ExceptionText.vue +++ b/src/sfc/ExceptionText.vue @@ -17,7 +17,7 @@ methods: { requestExceptionData(){ - axiosInstance.get('/fume/abnormaltwo',{params:{"devId":this.devId,"exceptionValue":this.exceptionValue,"beginTime":this.beginTime,"endTime":this.endTime }}).then(result =>{ + axiosInstance.get('/fume/abnormalthree',{params:{"devId":this.devId,"exceptionValue":this.exceptionValue,"beginTime":this.beginTime,"endTime":this.endTime }}).then(result =>{ //灏嗚繑鍥炵殑缁撴灉浼犻�掔粰鐖剁粍浠� this.$emit('submitExceptionData',result.data.data) }) @@ -28,9 +28,11 @@ </script> <template> - <el-link @click="requestExceptionData"><slot/></el-link> + <el-link @click="requestExceptionData" class="text"><slot/></el-link> </template> <style lang="scss" scoped> - +.text { + color: #000000; +} </style> \ No newline at end of file -- Gitblit v1.9.3