【修改】修改传参

This commit is contained in:
zhoulingpo
2023-04-25 14:57:36 +08:00
parent 21f68b0bd8
commit fc43422f22
12 changed files with 157 additions and 88 deletions
+1 -2
View File
@@ -76,7 +76,7 @@ export default {
// 导出
exportStandard(data) {
return request({
url: '/api/historyExport',
url: '/api/task/historyExport',
method: 'get',
params: data ,
responseType:'blob'
@@ -92,7 +92,6 @@ export default {
},
// 通用流程详细信息查询
getProcessDetail( data ){
console.log(data,"datdtatdtatdatdtat")
return request({
url: '/api/queryDetail',
method: 'get',