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() }