fix缓存问题
This commit is contained in:
@@ -227,6 +227,8 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.params.search_eq_v$venueId = this.$route.query.venueId
|
||||
this.params.search_eq_v$venueType = this.$route.query.venueType
|
||||
this.form.venueId = this.$route.query.venueId
|
||||
this.form.veneuType = this.$route.query.venueType
|
||||
findByVenueType(2).then(response => {
|
||||
|
||||
Reference in New Issue
Block a user