@@ -84,8 +84,8 @@ async splitArchive(form, msg = true) {
//档案整理
async refreshFileNumber(form, msg = true) {
return HcApi({
- url: '/api/blade-archive/archivesauto/refreshFileNumber',
- method: 'post',
+ url: '/api/blade-archive/archivesauto/fileNumberFlush',
+ method: 'get',
params: form,
}, msg)
},
@@ -992,6 +992,7 @@ const refreshFileNumberClick = async () => {
projectId: projectId.value,
contractId: contractId.value,
nodeId: searchForm.value.nodeIds || '',
+ isArchive: 1,
})
if (!error && code === 200) {
window.$message?.success(msg)