From 99b3881b638fec2c0831ccd75f0046b205da1934 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Tue, 27 Jun 2023 09:33:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=20-=20=E5=BF=83=E7=90=86=E7=9B=91=E6=B5=8B?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=20=20=20=20=20-=20=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?=E4=BB=8E=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=BF=9B=E5=85=A5=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=82=E6=95=B0=E4=BC=A0=E9=80=92=E9=94=99=E8=AF=AF?= =?UTF-8?q?=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 | 8 +++++++- src/config/models.js | 2 +- src/views/health/psychological-main/index.vue | 1 + src/views/health/psychological/index.vue | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6fd8dc..b6f1808 100644 --- a/README.md +++ b/README.md @@ -547,4 +547,10 @@ update update - 心理建模进度查询 - 修复 页面重绘时进度条异常的问题 - - 优化 进度条数值显示 \ No newline at end of file + - 优化 进度条数值显示 + +## v1.0.69 +`2023.6.27` +fix +- 心理监测首页 + - 修复 从详情页面返回重新进入详情页面参数传递错误的问题 \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 81d94b0..f671175 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -5,7 +5,7 @@ * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.68F'; //版本号 +export const VERSION_MODEL = '1.0.69F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/health/psychological-main/index.vue b/src/views/health/psychological-main/index.vue index 52d4230..9d517dc 100644 --- a/src/views/health/psychological-main/index.vue +++ b/src/views/health/psychological-main/index.vue @@ -105,6 +105,7 @@ export default { }, onClick(item) { + this.params.name = item.class; this.$router.replace({ name: 'psychological', query: { diff --git a/src/views/health/psychological/index.vue b/src/views/health/psychological/index.vue index da5d8b7..cca2ee6 100644 --- a/src/views/health/psychological/index.vue +++ b/src/views/health/psychological/index.vue @@ -705,7 +705,6 @@ export default { headers: { 'AuthToken': this.$store.getters.ssjlToken } }) .then(res => { - console.log("res", res); if (res.data) { let data = res.data.response; // 监测次数 @@ -1000,6 +999,7 @@ export default { }, // 返回 onNavBack() { + this.params.name = ''; this.$router.replace({ name: 'psychologicalMain', query: {