From 21be623bd70cf9f4ee81f42e2811939c9ceed757 Mon Sep 17 00:00:00 2001 From: chenJinxu <2183691628@qq.com> Date: Tue, 26 Mar 2024 10:15:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=20-=20=E4=BF=AE=E5=A4=8D=20=E5=BF=83?= =?UTF-8?q?=E7=90=86=E7=9B=91=E6=B5=8B=E8=AF=A6=E6=83=85=E5=BF=83=E7=90=86?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=88=87=E6=8D=A2=E5=8E=86=E5=8F=B2=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E6=95=B0=E6=8D=AE=E6=B2=A1=E6=9C=89=E5=8F=91=E7=94=9F?= =?UTF-8?q?=E5=8F=98=E5=8C=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- src/config/models.js | 2 +- src/views/health/psychological/index.vue | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb806e1..c681b7a 100644 --- a/README.md +++ b/README.md @@ -920,4 +920,9 @@ update ## v1.0.118 `2024.3.25` fix -- 修复 心理监测详情中间组件颜色与接口返回的等级颜色不一致的问题 \ No newline at end of file +- 修复 心理监测详情中间组件颜色与接口返回的等级颜色不一致的问题 + +## v1.0.119 +`2024.3.26` +fix +- 修复 心理监测详情心理组件切换历史检测数据没有发生变化的问题 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 9237bce..4512a64 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -8,7 +8,7 @@ import store from "@/store"; // 情绪模型 const appTypeList = ['1']; -export const VERSION_MODEL = '1.0.118F'; //版本号 +export const VERSION_MODEL = '1.0.119F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/health/psychological/index.vue b/src/views/health/psychological/index.vue index b4f60d0..84b2d3f 100644 --- a/src/views/health/psychological/index.vue +++ b/src/views/health/psychological/index.vue @@ -823,7 +823,7 @@ export default { let data = res.data.response; // const mergedArr = [...new Set([...arr1, ...arr2, ...arr3])]; /* let name = this.params.name.charAt(0).toUpperCase()+ this.params.name.slice(1); */ - let currentName = this.params.name; + let currentName = this.currentEmoName; let list = []; if (currentName === "stress") { list = data.Stress; @@ -1286,8 +1286,10 @@ export default { // 即点击了周报,此时调用获取周报接口 this.getWeekResult(); } else { + this.getPsychologiclData(this.selectDate, this.startDate, this.endDate); } + this.getCalendarData(); }, getCurrentMonthStaAndEnd(currentDate) { let list = [];