From 80aa18eff2a46974e777d823e4091b0c140ddad1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 23 Sep 2024 11:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=AD=BE=E7=BD=B2=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=88=A0=E9=99=A4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../attachments/self-attachment/components/SignForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1aff22d1..8e62aadb 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 @@ -102,14 +102,14 @@ export default { this.btnLoading = true var params = { data: { - trialId: this.trialId, + // trialId: this.trialId, documentId: this.documentId, isSystemDoc: this.isSystemDoc }, signInfo: { UserName: this.signForm.UserName, PassWord: md5(this.signForm.Password), - TrialId: this.trialId, + // TrialId: this.trialId, SignCode: '', SignText: this.signText, SignCodeId: '',