@sinoform/field-dept-select

部门选择字段模块。

Usage no npm install needed!

<script type="module">
  import sinoformFieldDeptSelect from 'https://cdn.skypack.dev/@sinoform/field-dept-select';
</script>

README

@sinoform/field-dept-select

部门选择字段模块。

安装

yarn add @sinoform/field-dept-select

使用

form-config-builder 结合使用:

import deptSelect from '@sinoform/field-dept-select';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';

FormConfigBuilder.from(base).addPlugin(deptSelect);