From a1fe7e2be5dcb46b87cb683fe73998e8fbce9638 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 19 Jan 2026 18:26:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E6=89=93=E5=BC=80=E4=BF=AE=E6=94=B9=E5=8F=97?= =?UTF-8?q?=E6=8E=A7=EF=BC=8C=E6=9C=AC=E5=9C=B0=E8=B0=83=E8=AF=95=EF=BC=8C?= =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/HandleFormItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index f32c83e..38d6dad 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -354,7 +354,7 @@ export default { const isSame = this.isEqual(this.oldValue, this.inputValue); if (this.oldValue && !isSame && this.templateFillType === "actFill") { this.$refs.editSignRef.show() - this.handleUpdateRecord(); + // this.handleUpdateRecord(); }else{//如果是第一次填写,不需要密码验证 this.handleUpdateRecord() }