From c097c854c3ecd941019f2f05e8bd8c7243eedf04 Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Tue, 23 May 2023 14:54:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E8=80=97=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/api/analyse/nhfx/nhfx.js | 8 +++ psdc-ui/src/views/analyse/nhfx/index.vue | 88 +++++++++++++++++++----- psdc-ui/src/views/analyse/nhtj/index.vue | 16 +++-- 3 files changed, 89 insertions(+), 23 deletions(-) diff --git a/psdc-ui/src/api/analyse/nhfx/nhfx.js b/psdc-ui/src/api/analyse/nhfx/nhfx.js index e69de29..dcea9a4 100644 --- a/psdc-ui/src/api/analyse/nhfx/nhfx.js +++ b/psdc-ui/src/api/analyse/nhfx/nhfx.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' + + + +/** 计算环比分析*/ +export function getHuanbiFx(data) { + return request.post('/evaluate/analysis/linkRelativeRatio',data) +} \ No newline at end of file diff --git a/psdc-ui/src/views/analyse/nhfx/index.vue b/psdc-ui/src/views/analyse/nhfx/index.vue index 4115d83..69ca40c 100644 --- a/psdc-ui/src/views/analyse/nhfx/index.vue +++ b/psdc-ui/src/views/analyse/nhfx/index.vue @@ -1,7 +1,7 @@