From 065181b174dbc3fd2836ac227ba9fac21edb9155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 5 Mar 2024 14:54:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/signRecord/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/manage/signRecord/index.vue b/src/views/manage/signRecord/index.vue index f16877d..11cdce5 100644 --- a/src/views/manage/signRecord/index.vue +++ b/src/views/manage/signRecord/index.vue @@ -384,6 +384,7 @@ export default { }).then(({ value }) => { const query = { id: row.id, + patientId: row.patientId, signStatus: 'SEPARATE_SIGN', separateReason: value, }