From 2b44b16bd9090f5da34a9e7675f9076f0517c5a7 Mon Sep 17 00:00:00 2001 From: limqhz Date: Mon, 23 Aug 2021 19:40:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=E7=BC=93=E5=AD=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oms/oms-h5/src/views/venue/lesson/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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 => {