src/views/AgreementManage/AgreementManageList.vue
@@ -188,6 +188,8 @@ defaultFormParams: { name: '', url: [] as UploadUserFile[], isAutoSign: true, autoSignPowerAttorneyUrl: [] as UploadUserFile[], }, }); @@ -207,6 +209,8 @@ } as TemplateEditDataItem) ) ), autoSignPowerAttorneyUrl: editForm.autoSignPowerAttorneyUrl?.[0]?.path ?? '', isAutoSign: editForm.isAutoSign, }; let res = await electronSignServices.saveContractTemplate(params); if (res) {