|
@@ -442,13 +442,9 @@ export default {
|
|
|
handleInfo() {
|
|
|
if (this.$route.query.clubId) {
|
|
|
this.listQuery.clubId = this.$route.query.clubId
|
|
|
- } else {
|
|
|
- this.listQuery.clubId = ''
|
|
|
}
|
|
|
if (this.$route.query.clubName) {
|
|
|
this.listQuery.clubName = this.$route.query.clubName
|
|
|
- } else {
|
|
|
- this.listQuery.clubName = ''
|
|
|
}
|
|
|
},
|
|
|
// 选择时间
|