[update] 51415

This commit is contained in:
zhaomeijing
2022-05-06 09:28:01 +08:00
parent c98e3eb4db
commit 2dd8ee0995
2 changed files with 6 additions and 1 deletions
@@ -156,11 +156,15 @@
flag: {
type: String,
default: ''
},
queryParam: {
type: Object,
default: {}
}
},
data() {
return {
queryParam: {},
// queryParam: {},
toggleSearchStatus: false,
searchList: []
}