| | |
| | | filterable |
| | | style="width: 200px" |
| | | placeholder="请选择" |
| | | @focus="getRoleTypeSearch2" |
| | | > |
| | | <!-- @focus="getRoleTypeSearch2"--> |
| | | <el-option |
| | | v-for="item in RoleTypeCodeArr2" |
| | | :key="item.roletype_code" |
| | |
| | | :options="StuOrgArr" |
| | | :props="defaultProps" |
| | | style="width: 200px;" |
| | | @focus="getUserOrganization" |
| | | |
| | | @change="dialogCascaderChange" |
| | | /> |
| | | |
| | | <!-- @focus="getUserOrganization"--> |
| | | </el-form-item> |
| | | <el-form-item label="关联角色"> |
| | | <el-select |
| | |
| | | }, |
| | | created() { |
| | | this.getRoleSearch() |
| | | // this.getRoleTypeSearch2() |
| | | // this.getUserOrganization() |
| | | this.getRoleTypeSearch2() |
| | | this.getUserOrganization() |
| | | }, |
| | | mounted() { |
| | | window.addEventListener('resize', this.getHeight) |