| | |
| | | this.sendMessage1(); |
| | | }, |
| | | sendMessage1() { |
| | | if(!this.isWSOpen1) { |
| | | return false; |
| | | } |
| | | let userId = sessionStorage.getItem("userId"); |
| | | this.SOCKET1.send(Number(userId)); |
| | | }, |
| | |
| | | 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, |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style scoped></style> |
| | | <style scoped> |
| | | /deep/ .is-disabled { |
| | | background: #ccc !important; |
| | | border-color: #ccc !important; |
| | | } |
| | | </style> |