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/api/exceptionApi.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/api/exceptionApi.js b/src/api/exceptionApi.js index 4140a68..18133e5 100644 --- a/src/api/exceptionApi.js +++ b/src/api/exceptionApi.js @@ -42,6 +42,10 @@ + + + + /** * * @param {*} siteName @@ -92,7 +96,6 @@ */ queryExceptionType(){ return $http.get('/dust/exceptiontype') - } - , + }, } -- Gitblit v1.9.3