diff --git a/oms/oms-h5/src/views/venue/lesson/index.vue b/oms/oms-h5/src/views/venue/lesson/index.vue index 364c6f1..1cf714c 100644 --- a/oms/oms-h5/src/views/venue/lesson/index.vue +++ b/oms/oms-h5/src/views/venue/lesson/index.vue @@ -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 => {