fix缓存问题

This commit is contained in:
limqhz
2021-08-23 19:40:02 +08:00
parent ff05088bc3
commit 2b44b16bd9

View File

@@ -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 => {