【修改】 修改上传报告 修改流程中心(没完成)

This commit is contained in:
zhoulingpo
2023-05-09 15:31:50 +08:00
parent d76713dbac
commit 6c01b7f587
14 changed files with 191 additions and 72 deletions
+8 -1
View File
@@ -76,6 +76,13 @@ export default {
}
})
},
// 获取报告详情
getReportDetail (data){
return request({
url: `/api/report/detail/${data}`,
method: 'GET'
})
},
// 获取报告预览
reportGetReportHtmlId (data) {
return request({
@@ -197,6 +204,6 @@ export default {
params:data
})
},
// 获取
}
+1 -1
View File
@@ -2,7 +2,7 @@ import { instance as request } from '@/utils/request'
export default {
downFile (data) {
return request({
url: '/api/sys/file/'+data,
url: '/api/sys/file/'+data+'/download',
method: 'GET',
})
},