fei
2025-09-09 1a64a71d96069b92c84d781ce2e39dc29f630ada
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
  })
}