From 16485f0c56156770fe6b2218e32043b0ebf9f41c Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 23 Sep 2024 15:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=96=87=E6=A1=A3=E7=AD=BE?= =?UTF-8?q?=E7=BD=B2=E6=8F=90=E4=BA=A4=E5=8F=82=E6=95=B0=E4=B8=8D=E4=BC=A0?= =?UTF-8?q?=E5=85=A5=E9=A1=B9=E7=9B=AEid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../attachments/self-attachment/components/SignForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/attachments/self-attachment/components/SignForm.vue b/src/views/trials/trials-panel/attachments/self-attachment/components/SignForm.vue index 130a9d8f..4274239c 100644 --- a/src/views/trials/trials-panel/attachments/self-attachment/components/SignForm.vue +++ b/src/views/trials/trials-panel/attachments/self-attachment/components/SignForm.vue @@ -143,7 +143,7 @@ export default { SubjectVisitId: '', }, } - if (this.isSystemDoc) { + if (!this.isSystemDoc) { params.data.TrialId = this.trialId params.signInfo.TrialId = this.trialId }