From 7f1e749f9a60d36edb04e06610fb111567d404bf Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 08 Jan 2024 17:46:26 +0800
Subject: [PATCH] 走访日志功能更新,修复部分问题

---
 subPackage/workbench/views/editExamine.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/subPackage/workbench/views/editExamine.vue b/subPackage/workbench/views/editExamine.vue
index 098208b..9d0303c 100644
--- a/subPackage/workbench/views/editExamine.vue
+++ b/subPackage/workbench/views/editExamine.vue
@@ -275,8 +275,9 @@
 				this.form.placePractitioner = placePractitioner
 				this.updatePlaceExt(this.form)
 			},
+
 			pushPage() {
-				this.$u.func.globalNavigator('/subPackage/workbench/views/cshw')
+				this.$u.func.globalNavigator(`/subPackage/workbench/views/cshw?placeId=${this.form.placeId}`)
 			}
 		}
 	}
@@ -344,6 +345,8 @@
 			position: fixed;
 			left: 0;
 			bottom: 0;
+			padding-bottom: calc(env(safe-area-inset-bottom) + 20rpx);
+			z-index: 999;
 		}
 	}
 

--
Gitblit v1.9.3