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

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
+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',
})
},