| | |
| | | enterpriseId: '', |
| | | isAutoSign: false, |
| | | autoSignPowerAttorneyUrl: [] as UploadUserFile[], |
| | | |
| | | customContents: [] as string[], |
| | | }, |
| | | closeAfterConfirm: false, |
| | | }); |
| | |
| | | isAutoSign: detail.isAutoSign ?? false, |
| | | autoSignPowerAttorneyUrl: convertApi2FormUrlOnlyOne(detail.autoSignPowerAttorneyUrl), |
| | | enterpriseId: enterpriseId, |
| | | |
| | | customContents: detail.customContents.map((x) => x.name), |
| | | }); |
| | | } else { |
| | | handleAdd(); |
| | |
| | | } as TemplateEditDataItem) |
| | | ) |
| | | ), |
| | | customContents: editForm.customContents, |
| | | }; |
| | | if (editForm.access === EnumElectronSignAccess.BestSign) { |
| | | params.isAutoSign = editForm.isAutoSign; |