From f4062e41dfbe26ca7664a963357cc0b9bea37b44 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期五, 01 十二月 2023 16:10:44 +0800
Subject: [PATCH] 风险模型页面的折线图写成组件

---
 src/views/setting/SetConfiguration.vue |   71 -----------------------------------
 1 files changed, 1 insertions(+), 70 deletions(-)

diff --git a/src/views/setting/SetConfiguration.vue b/src/views/setting/SetConfiguration.vue
index 62ca902..138de34 100644
--- a/src/views/setting/SetConfiguration.vue
+++ b/src/views/setting/SetConfiguration.vue
@@ -59,76 +59,7 @@
         }
       })
     },
-  //   get(){
- 
-  //     exceptionApi.analysisdata('閲戝北鍖洪噾灞辨柊鍩嶫SC1-0401鍗曞厓1-11-01鍦板潡椤圭洰09','2023-07-01 00:00:00','2023-07-03 00:00:00').then((res)=>{
-  //       this.a = res.data.data
-  //       // console.log('鏁版嵁涓猴細',res.data.data);
-  //       return res.data.data
-  //     }).then(result =>{
-  //       console.log('閾撅細',result);
-  //       exceptionApi.analysisdata('涓婃捣鍥芥灄寤烘潗鏈夐檺鍏徃','2023-07-01 00:00:00','2023-07-03 00:00:00')
-  //     }
-  //     )
-  //   },
-
-  //  async getAll(){
-  //    const a = await this.$http
-  //       .get('/dust/sitenamecode', {
-  //         params: {
-  //           exceptionType: '0',
-  //           beginTime: this.beginTime,
-  //           endTime: this.endTime
-  //         }
-  //       }).then((result) => {
-  //         this.exception.exception0 = result.data.data
-  //       })
-        
-  //       const b = await this.$http
-  //       .get('/dust/sitenamecode', {
-  //         params: {
-  //           exceptionType: '1',
-  //           beginTime: this.beginTime,
-  //           endTime: this.endTime
-  //         }
-  //       }).then((result) => {
-  //         this.exception.exception1 = result.data.data
-  //       })
-       
-        
-  //       const c = await this.$http
-  //       .get('/dust/sitenamecode', {
-  //         params: {
-  //           exceptionType: '2',
-  //           beginTime: this.beginTime,
-  //           endTime: this.endTime
-  //         }
-  //       }).then((result) => {
-  //         this.exception.exception2 = result.data.data
-  //       })
-  //       const d = await this.$http
-  //       .get('/dust/sitenamecode', {
-  //         params: {
-  //           exceptionType: '3',
-  //           beginTime: this.beginTime,
-  //           endTime: this.endTime
-  //         }
-  //       }).then((result) => {
-  //         this.exception.exception3 = result.data.data
-  //       })
-        
-  //      console.log('澶�1锛�',this.exception.exception0);
-  //      console.log('澶�2锛�',this.exception.exception1);
-  //      console.log('澶�3锛�',this.exception.exception2);
-  //      console.log('澶�4锛�',this.exception.exception3);
-  //       // Promise.all([a,b,c,d,e,f,g,h]).then((responses)=>{
-  //       //   console.log('鍏ㄩ儴鏁版嵁涓猴細');
-  //       //   for (const response of responses) {
-  //       //     console.log('鏁版嵁锛�',response.data.data);
-
-  //       // }
-  //       // })
-  //   }
+  
   }
 }
 </script>

--
Gitblit v1.9.3