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: {