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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/sfc/ExceptionText.vue b/src/sfc/ExceptionText.vue
index e93e9ce..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)
             })

--
Gitblit v1.9.3