update ruoyi-ui/src/components/flow/ElInputTag/index.vue.
优化代码:消除流程设计页面,用户节点->任务配置->候选人员,当选择的两个候选人姓名相同时的警告
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<el-tag
|
<el-tag
|
||||||
v-for="(tag, idx) in innerTags"
|
v-for="(tag, idx) in innerTags"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
:key="tag"
|
:key="idx"
|
||||||
:size="size"
|
:size="size"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
closable
|
closable
|
||||||
|
|||||||
Reference in New Issue
Block a user