|
|
@@ -13,7 +13,7 @@ async function handelGenerateSignature() {
|
|
|
}).then(res => {
|
|
|
if (stringNotBlank(res.autographImage)) {
|
|
|
const editor = emrMitt.emit('editor')
|
|
|
- editor.execute('insertContents', {
|
|
|
+ editor!.execute('insertContents', {
|
|
|
value: [{
|
|
|
type: "image",
|
|
|
src: `data:image/png;base64,${res.autographImage}`,
|