diff --git a/pkg_product/views/healthSearch.vue b/pkg_product/views/healthSearch.vue index 3f3f8d6..0e423ef 100644 --- a/pkg_product/views/healthSearch.vue +++ b/pkg_product/views/healthSearch.vue @@ -31,7 +31,7 @@ - + @@ -66,7 +66,15 @@ export default { // console.log(res); this.items = res.data.records }) - } + }, + toStore(id) { + this.$yrouter.push({ + path: '/pagesInn/inn/innHome', + query: { + id: id + } + }) + }, } }