diff --git a/psdc-ui/src/api/analyse/nhfx/nhfx.js b/psdc-ui/src/api/analyse/nhfx/nhfx.js
index dcea9a4..90213d8 100644
--- a/psdc-ui/src/api/analyse/nhfx/nhfx.js
+++ b/psdc-ui/src/api/analyse/nhfx/nhfx.js
@@ -1,5 +1,9 @@
import request from '@/utils/request'
+/** 计算同比分析*/
+export function getTongbiFx(data) {
+ return request.post('/evaluate/analysis/yearOnYearAnalyse',data)
+}
/** 计算环比分析*/
diff --git a/psdc-ui/src/views/analyse/nhfx/index.vue b/psdc-ui/src/views/analyse/nhfx/index.vue
index bcf0e43..28e335b 100644
--- a/psdc-ui/src/views/analyse/nhfx/index.vue
+++ b/psdc-ui/src/views/analyse/nhfx/index.vue
@@ -5,7 +5,7 @@