修改eventBUs调用多次的问题

This commit is contained in:
qq787203167
2022-06-29 09:42:25 +08:00
parent 41485cc394
commit 209e02538d
8 changed files with 30 additions and 1 deletions
+3 -1
View File
@@ -168,7 +168,9 @@
},
searchQueryList: {
type: Array,
default: []
default: ()=>{
return []
}
},
isDefault: {
type: Boolean,