diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index fc36ed9..df7e410 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -1198,7 +1198,8 @@ export default { 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 }); + this.handleUpdateRecord() } else {//如果是第一次填写,不需要密码验证 this.handleUpdateRecord() } @@ -2080,4 +2081,7 @@ export default { .no-border { border: none; } +.record-row{ + text-align: left; +} \ No newline at end of file diff --git a/src/components/Template/StepComponents/CdmdComp.vue b/src/components/Template/StepComponents/CdmdComp.vue index cc062ff..df889d1 100644 --- a/src/components/Template/StepComponents/CdmdComp.vue +++ b/src/components/Template/StepComponents/CdmdComp.vue @@ -1,17 +1,21 @@ +