Lou
2024-01-08 7f1e749f9a60d36edb04e06610fb111567d404bf
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;
      }
   }