From 56b72beefac87c4f8722d5ed3ad5119a548817ac Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 20 六月 2024 11:56:19 +0800
Subject: [PATCH] qxtj

---
 src/views/doctor/check/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index cca1013..9779610 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1307,6 +1307,7 @@
     getListUser() {
       listUser().then((response) => {
         this.userList = response.rows;
+        console.log(this.userList)
         this.userList.forEach((element) => {
           const userName = this.$store.state.user.name;
           if (userName == element.userName) {

--
Gitblit v1.8.0