|
@@ -17,6 +17,14 @@ export default {
|
|
|
params: form
|
|
|
}, msg)
|
|
|
},
|
|
|
+ //获取档案销毁账户
|
|
|
+ async getArchiveDestroyUser(form, msg = true) {
|
|
|
+ return httpApi({
|
|
|
+ url: '/api//blade-archive/archivesauto/getArchiveDestroyUser',
|
|
|
+ method: 'get',
|
|
|
+ params: form
|
|
|
+ }, msg)
|
|
|
+ },
|
|
|
//批量销毁
|
|
|
async batchDestroyArchive(form, msg = true) {
|
|
|
return httpApi({
|