su
su1124
2024-06-20 e6a54db987bdf6d04f6e122d80f2b5bb0449c1a1
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) {