From 28c556c5ffaa2c64a1427ac954302965a69423b4 Mon Sep 17 00:00:00 2001
From: "1747191978@qq.com" <1942943850@qq.com>
Date: Fri, 28 Mar 2025 21:53:08 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=9D=A1=E4=BB=B6=E5=88=A4?=
=?UTF-8?q?=E6=96=AD=E6=98=AF=E5=90=A6=E6=98=BE=E7=A4=BA=E5=AE=A1=E6=A0=B8?=
=?UTF-8?q?=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/medicalFile/index.vue | 3 ++-
acupuncture-后台/src/views/member/account.vue | 20 +++++++++++++------
2 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue
index c5a5b1a6..d494d045 100644
--- a/acupuncture-前台/src/views/medicalFile/index.vue
+++ b/acupuncture-前台/src/views/medicalFile/index.vue
@@ -632,7 +632,7 @@ export default {
data() {
return {
qzUrl: process.env.VUE_APP_API_QZURL, // 二维码路径
- userInfo: localStorage.getItem("user"),
+ userInfo: {},
// 受教育程度,年限
educationYears: [
{ label: "文盲", value: 0 },
@@ -957,6 +957,7 @@ export default {
let idCard = this.$route.query.idCard;
this.queryParams.param.keywords = idCard || "";
this.getList();
+ this.userInfo = JSON.parse(localStorage.getItem("user"));
// this.getFollowupQuery();
},
methods: {
diff --git a/acupuncture-后台/src/views/member/account.vue b/acupuncture-后台/src/views/member/account.vue
index 2c6c5258..2cf69881 100644
--- a/acupuncture-后台/src/views/member/account.vue
+++ b/acupuncture-后台/src/views/member/account.vue
@@ -8,13 +8,21 @@
v-show="showSearch"
label-width="80px"
>
-
-
+
+ >
+
+
+