fix: tree-select throw error #3126

pull/3143/head
tangjinzhou 2020-11-05 22:49:14 +08:00
parent 1aca897b97
commit aa1c9b237e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 98d468af9837cc3fc03c6de5d5bc1321c381ca6a
Subproject commit f7a4bb76d93075062da04b34afb264aefee1c351

View File

@ -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();