U
he wei
2023-05-24 ff3af33c07f806a5e284091dafa5b7b49ead9331
U
2个文件已修改
12 ■■■■ 已修改文件
src/layout/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userMager/userInfo.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/index.vue
@@ -141,6 +141,9 @@
      this.sendMessage1();
    },
    sendMessage1() {
      if(!this.isWSOpen1) {
        return false;
      }
      let userId = sessionStorage.getItem("userId");
      this.SOCKET1.send(Number(userId));
    },
src/views/userMager/userInfo.vue
@@ -99,7 +99,7 @@
    let userId = sessionStorage.getItem("userId");
    return {
      userId: userId,
      isCanEdit: true,//isCanEdit,
      isCanEdit,//isCanEdit,
      userType: const_user.type,
      userStatus: const_user.status,
      userRoles: const_user.roleList,
@@ -307,4 +307,9 @@
}
</script>
<style scoped></style>
<style scoped>
/deep/ .is-disabled {
  background: #ccc !important;
  border-color: #ccc !important;
}
</style>