Cascader value support null
This commit is contained in:
parent
7cfd6df3f7
commit
eb3e1619f7
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
selected: [],
|
||||
tmpSelected: [],
|
||||
updatingValue: false, // to fix set value in changeOnSelect type
|
||||
currentValue: this.value,
|
||||
currentValue: this.value || [],
|
||||
query: '',
|
||||
validDataStr: '',
|
||||
isLoadedChildren: false // #950
|
||||
|
|
Loading…
Add table
Reference in a new issue