fei
2025-09-16 882c04207fdc667b0be8dc347e320d0414eedb94
1
2
3
4
5
6
7
8
9
10
11
12
13
import request from '@/utils/request'
 
 
 
// 导出档案
export function archiveAllExport(query) {
  return request({
    url: '/system/archiveAllExport/export',
    method: 'post',
 
    params: query
  })
}