fei
2025-09-29 51fd8526debe7d0c6df7a6354f07610c79f64475
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
  })
}