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"
>
-
-
+
+ >
+
+
+