fix: tree-select throw error #3126
parent
1aca897b97
commit
aa1c9b237e
|
@ -1 +1 @@
|
|||
Subproject commit 98d468af9837cc3fc03c6de5d5bc1321c381ca6a
|
||||
Subproject commit f7a4bb76d93075062da04b34afb264aefee1c351
|
|
@ -225,7 +225,7 @@ const Select = {
|
|||
});
|
||||
},
|
||||
'$data._open'(open) {
|
||||
this.$nextTick(() => {
|
||||
setTimeout(() => {
|
||||
const { prefixCls } = this.$props;
|
||||
const { _selectorValueList: selectorValueList, _valueEntities: valueEntities } = this.$data;
|
||||
const isMultiple = this.isMultiple();
|
||||
|
|
Loading…
Reference in New Issue