1、工具管理独立处理

2、文档资源管理调整:批量导出、文档资源管理关联附件独立处理
This commit is contained in:
pan
2024-09-05 21:23:42 +08:00
parent 2a933ea8cb
commit f7f98ee723
15 changed files with 1014 additions and 361 deletions

View File

@@ -74,7 +74,7 @@ export function getStatistics(query) {
export function exportWordList(query) {
return request({
url: '/tool/export/word/list',
method: 'get',
params: query
method: 'post',
data: query
})
}