Skip to the content.

返回

JSearchSelectTagWithRoleCode

搜索字典扩展组件, 根据用户角色code获取字典选项

组件路径: src/components/dict/JSearchSelectTagWithRoleCode.vue

使用示例:

<j-search-select-tag-with-role-code
    role-code="角色编码"
    v-decorator="['xxx', validatorRules.xxx]"
    placeholder="xxx"
/>

<j-search-select-tag-with-role-code
    role-code="角色编码"
    v-model="xxx"
    placeholder="xxx"
/>

import JSearchSelectTagWithRoleCode from '@comp/dict/JSearchSelectTagWithRoleCode.vue';
components: { JSearchSelectTagWithRoleCode }

修改历史: