From d3d7dcf919eda40a415b6dc744fb0b347d4293a8 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期三, 30 八月 2023 16:10:29 +0800
Subject: [PATCH] 扬尘Vue代码

---
 src/sfc/DustExceptionText.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/sfc/DustExceptionText.vue b/src/sfc/DustExceptionText.vue
index 67cd5f8..0ac11dc 100644
--- a/src/sfc/DustExceptionText.vue
+++ b/src/sfc/DustExceptionText.vue
@@ -24,11 +24,12 @@
     requestExceptionData() {
       // 涓嶅垎椤�
       exceptionApi
-        .exceptiondata1(
-          this.siteName,
-          this.exceptionType,
-          this.beginTime,
-          this.endTime
+        .exceptiondata1({
+          siteName:  this.siteName,
+          exceptionType:this.exceptionType,
+          beginTime:this.beginTime,
+          endTime:this.endTime
+        }
         )
         .then((result) => {
           //灏嗚繑鍥炵殑缁撴灉浼犻�掔粰鐖剁粍浠�

--
Gitblit v1.9.3