|
|
@@ -30,7 +30,7 @@ import { save } from '@/api/platform/message/innerMessage'
|
|
|
import { get as getUserById } from '@/api/platform/org/user'
|
|
|
|
|
|
import {
|
|
|
- goSeal, wordToPdf, sealByKeywords, docxToPdfAndSign
|
|
|
+ goSeal, wordToPdf, sealByKeywords, docxToPdfAndSign,transferPDF
|
|
|
} from '@/api/platform/form/seal' // ca电子签章接口
|
|
|
|
|
|
|
|
|
@@ -67,6 +67,7 @@ _.extend(JForm, {
|
|
|
this.$save = save // 文件发放通知
|
|
|
this.$goSeal = goSeal // ca电子签章接口
|
|
|
this.$wordToPdf = wordToPdf // word转pdf
|
|
|
+ this.$transferPDF = transferPDF // 转pdf,文件新增修订
|
|
|
this.$sealByKeywords = sealByKeywords // 关键字盖章
|
|
|
this.$getFileByte = getFileByte // 获取文件流
|
|
|
this.$uploadFile = uploadFile // 文件上传接口
|