Skip to content

Commit aa1c9b2

Browse files
committed
fix: tree-select throw error #3126
1 parent 1aca897 commit aa1c9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: antdv-demo

Diff for: components/vc-tree-select/src/Select.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const Select = {
225225
});
226226
},
227227
'$data._open'(open) {
228-
this.$nextTick(() => {
228+
setTimeout(() => {
229229
const { prefixCls } = this.$props;
230230
const { _selectorValueList: selectorValueList, _valueEntities: valueEntities } = this.$data;
231231
const isMultiple = this.isMultiple();

0 commit comments

Comments
 (0)