@include("/include/_header.html", {'title':'用户管理'}){}
@if(isNotEmpty(user.status) && "0" == user.status){ @}else { @}
@include("/component/_select_dept.html", {'domId':'selectDept', 'inputName':'deptName', 'inputId':'deptId'}){}
@include("/component/_select_roles.html", {'domId':'selectRoles', 'inputName':'roleNames', 'inputId':'roleIds'}){}
@if(isEmpty(user)) { @}else { @}
@include("/include/_container.html", {'js':'/assets/sys/user/user.js'}){}