|
@@ -42,11 +42,11 @@ export default {
|
|
|
}, false)
|
|
|
},
|
|
|
//导出
|
|
|
- async exportWorkfocus(id_equal) {
|
|
|
+ async exportWorkfocus(ids) {
|
|
|
return HcApi({
|
|
|
url: '/api/blade-attach/workfocus/export-workfocus',
|
|
|
method: 'get',
|
|
|
- params: { id_equal },
|
|
|
+ params: { id_equal: ids },
|
|
|
responseType: 'blob',
|
|
|
}, false)
|
|
|
},
|