|
@@ -204,5 +204,20 @@ export default {
|
|
|
responseType: 'blob',
|
|
|
})
|
|
|
},
|
|
|
+ async updateCheckPdfInfo(form) {
|
|
|
+ return HcApi({
|
|
|
+ url: '/api/blade-business/informationWriteQuery/updateCheckPdfInfo',
|
|
|
+ method: 'get',
|
|
|
+ params: form,
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //获取进度
|
|
|
+ async getCheckPdfPaceInfo(form) {
|
|
|
+ return HcApi({
|
|
|
+ url: '/api/blade-business/informationWriteQuery/getCheckPdfPaceInfo',
|
|
|
+ method: 'get',
|
|
|
+ params: form,
|
|
|
+ })
|
|
|
+ },
|
|
|
}
|
|
|
|