From f838632c14452adc32ea18a0a8d16016a25e8bbf Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Thu, 26 Mar 2026 14:37:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/HandleFormItem.vue | 2 +- .../Template/StepComponents/pcr/hsypfz.vue | 75 ++++++++++++++-------- src/components/Template/mixins/stepMixins.js | 26 ++++++++ 3 files changed, 75 insertions(+), 28 deletions(-) diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index 115c85a..83c8450 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -1202,7 +1202,7 @@ console.log("fillll") if (!isOldValueEmpty && !(isSame) && (this.templateFillType === "actFill" || this.templateFillType === "blxjsh")&&this.type !== "attachment") { console.log("需要电子签名") // 通过EventBus触发电子签名弹窗 - // EventBus.$emit('showEditSignDialog', { uuid: this.uuid }); + EventBus.$emit('showEditSignDialog', { uuid: this.uuid }); } else {//如果是第一次填写,不需要密码验证 this.handleUpdateRecord() } diff --git a/src/components/Template/StepComponents/pcr/hsypfz.vue b/src/components/Template/StepComponents/pcr/hsypfz.vue index 69f5b7c..7f7d562 100644 --- a/src/components/Template/StepComponents/pcr/hsypfz.vue +++ b/src/components/Template/StepComponents/pcr/hsypfz.vue @@ -1,6 +1,7 @@