From 387fe8d2b814105ad37bf0975db6c5718e090787 Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 11 Oct 2024 17:39:12 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2455=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=85=BB=E7=94=9F=E5=9C=A3?= =?UTF-8?q?=E5=9C=B0=E5=BA=97=E9=93=BA=E6=90=9C=E7=B4=A2=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=8D=95=E7=8B=AC=E5=BC=80=E4=B8=AA=E9=A1=B5=E9=9D=A2=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E4=B8=94=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E4=B8=8D=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=88=86=E7=B1=BB=E5=B1=95=E7=A4=BA=EF=BC=8C=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E5=B1=95=E7=A4=BA=E5=BD=93=E5=89=8D=E5=9F=8E=E5=B8=82?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E6=89=80=E6=9C=89=E5=BA=97=E9=93=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthSearch.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 + } + }) + }, } }