Merge pull request #404 from xubowenjx/master
fix: showCreateItem bug #403
This commit is contained in:
commit
29e8d254b8
7 changed files with 4 additions and 62060 deletions
|
@ -363,7 +363,7 @@
|
|||
state = true;
|
||||
const $options = findComponentsDownward(this, 'iOption');
|
||||
if ($options && $options.length) {
|
||||
if ($options.find(item => item.showLabel === this.query)) state = false;
|
||||
if ($options.find(item => item.optionLabel === this.query)) state = false;
|
||||
}
|
||||
}
|
||||
return state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue