fix AutoComplete transfer prop error in global setting
This commit is contained in:
parent
e3ecfe29c2
commit
3baf0595c2
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
transfer: {
|
||||
type: Boolean,
|
||||
default () {
|
||||
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||
return !this.$IVIEW || this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||
}
|
||||
},
|
||||
name: {
|
||||
|
|
Loading…
Add table
Reference in a new issue