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

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

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