qinxianzhangyao
2024-06-20 56b72beefac87c4f8722d5ed3ad5119a548817ac
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) {