fei
2025-10-14 4d5f750e8fa64ec7d113a76a4d91a0757bdd2a33
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
  })
}