From c7e4dd9bd50cf6e6426598753c796ec1a27f333f Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期五, 22 十二月 2023 13:18:10 +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