From ec64a69276a1a7fa64096d45e2f804fd38d99d17 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 19 二月 2025 10:50:13 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/outpatient.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/patient/patient/outpatient.vue b/src/views/patient/patient/outpatient.vue index 2b3be23..69302e2 100644 --- a/src/views/patient/patient/outpatient.vue +++ b/src/views/patient/patient/outpatient.vue @@ -177,10 +177,10 @@ size="medium" type="text" @click=" - $router.push({ - path: '/patient/indexls/', - query: { id: scope.row.id }, - }) + $router.push({ + path: '/patient/indexls/', + query: { sfzh: scope.row.idcardno }, + }) " ><span class="button-textsc" >{{scope.row.patname}}</span -- Gitblit v1.9.3