提交 0728d46d 编写于 作者: Cano1997's avatar Cano1997

update: 下拉列表支持自定义参数

上级 7f2fc6e8
......@@ -136,7 +136,6 @@ export const IBizDropdown = defineComponent({
ref: 'inputRef',
class: this.ns.e('select'),
props: {
...this.c.customProps,
value: this.curValue,
allowClear: true,
transfer: true,
......@@ -145,6 +144,7 @@ export const IBizDropdown = defineComponent({
multiple: this.c!.multiple,
placeholder: this.c.placeHolder,
disabled: this.disabled,
...this.c.customProps,
},
on: {
'on-change': this.onSelect,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册