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: {
|
transfer: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default () {
|
default () {
|
||||||
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
return !this.$IVIEW || this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue