|
|
@@ -34,7 +34,7 @@ import router from '@/router'
|
|
|
import { save } from '@/api/platform/message/innerMessage'
|
|
|
|
|
|
import {
|
|
|
- goSeal
|
|
|
+ goSeal, wordToPdf
|
|
|
} from '@/api/platform/form/seal' // ca电子签章接口
|
|
|
|
|
|
|
|
|
@@ -75,6 +75,7 @@ _.extend(JForm, {
|
|
|
this.$router = router //添加router对象
|
|
|
this.$save = save // 文件发放通知
|
|
|
this.$goSeal = goSeal // ca电子签章接口
|
|
|
+ this.$wordToPdf = wordToPdf // word转pdf
|
|
|
this.$getFileByte = getFileByte // 获取文件流
|
|
|
this.$uploadFile = uploadFile // 文件上传接口
|
|
|
this._ = _
|