修改eventBUs调用多次的问题
This commit is contained in:
@@ -168,7 +168,9 @@
|
||||
},
|
||||
searchQueryList: {
|
||||
type: Array,
|
||||
default: []
|
||||
default: ()=>{
|
||||
return []
|
||||
}
|
||||
},
|
||||
isDefault: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user