提交 8a53b5c5 编写于 作者: Shine-zwj's avatar Shine-zwj

部门人员选择器---fix6

上级 aedce9cd
<template>
<div class="app-department-personnel">
<i-select :multiple="multiple" :transfer="true" transfer-class-name="app-department-personnel-select" v-model="selectsLabel" :disabled="disabled" :clearable="true" @on-open-change="onClick" @on-change="change">
<i-option v-for="(item, index) in items" :key="index" :value="item.label" :label="item.label">
<i-option v-for="(item, index) in items" :key="index" :value="item.id" :label="item.label">
{{item.label}}
</i-option>
</i-select>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册