Skip to content

BaseUserSelect公司部门人员选择器

提示

传入 type

公司选择器

提示

<base-user-select type="company" company ></base-user-select> 此方法 type="company" 代表选择公司 company代表是否出现添加删除按钮

公司部门选择器

提示

<base-user-select type="companyDepartment" company department ></base-user-select> 此方法 type="company" 代表选择公司部门联级 company,department代表是否让公司/部门出现添加删除按钮

公司部门人员选择器

提示

<base-user-select type="personnel" company department personnel ></base-user-select> 此方法 type="personnel" 代表选择根据公司部门搜索人员 company,department,personnel代表是否让公司/部门/人员出现添加删除按钮

部门选择器

提示

<base-user-select type="department" department ></base-user-select> 此方法 type="department" 代表选择部门 department代表是否出现添加删除按钮

部门人员选择器

人员选择器

插槽说明类型
columnRef
columnPush末尾追加表头object
columnSplice针对表头原生的数组操作splice功能splice
dataRef
dataSplice针对数据原生的数组操作splice功能splice
dataPush末尾追加内容object
tableLoading控制是否加载boolean