From 891f1591f759a9dfa333fcea4707d41bad9fe436 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 24 二月 2025 10:32:28 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue index 8400f7a..83d5da4 100644 --- a/src/views/patient/patient/index.vue +++ b/src/views/patient/patient/index.vue @@ -246,9 +246,9 @@ type="text" @click=" $router.push({ - path: '/patient/indexls/', - query: { id: scope.row.id }, - }) + path: '/patient/indexls/', + query: { sfzh: scope.row.idcardno }, + }) " ><span class="button-textsc" >{{scope.row.name}}</span -- Gitblit v1.9.3