|
|
@@ -29,7 +29,7 @@ import router from '@/router'
|
|
|
import { save } from '@/api/platform/message/innerMessage'
|
|
|
|
|
|
import {
|
|
|
- goSeal, wordToPdf, sealByKeywords
|
|
|
+ goSeal, wordToPdf, sealByKeywords, docxToPdfAndSign
|
|
|
} from '@/api/platform/form/seal' // ca电子签章接口
|
|
|
|
|
|
|
|
|
@@ -69,6 +69,7 @@ _.extend(JForm, {
|
|
|
this.$sealByKeywords = sealByKeywords // 关键字盖章
|
|
|
this.$getFileByte = getFileByte // 获取文件流
|
|
|
this.$uploadFile = uploadFile // 文件上传接口
|
|
|
+ this.$sign = docxToPdfAndSign
|
|
|
this._ = _
|
|
|
this.$store = store
|
|
|
this._isInitialization = true
|