fei
2025-11-19 9505153e1941acd6498591ef10abe81ba4c05fbc
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
  })
}