Commit e3038451 authored by 程卓's avatar 程卓

bug 修复

parent 06a30c98
......@@ -59,7 +59,7 @@
<a-form-item label="角色名称" v-bind="colSpe">
<a-select placeholder="请选择" @change="roleChange" allowClear mode="multiple" show-search labelInValue v-decorator="['notes']
">
<a-select-option v-for="(item,index) in roleList" :key="index" :value="item.roleName+'#'+itegim.id">{{item.roleName}}</a-select-option>
<a-select-option v-for="(item,index) in roleList" :key="index" :value="item.roleName+'#'+item.id">{{item.roleName}}</a-select-option>
</a-select>
</a-form-item>
</a-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment