|
@@ -1090,7 +1090,8 @@ const movesClick = async () => {
|
|
|
fileDatasListLoading.value = true
|
|
|
const { error, code, data } = await archiveFileApi.getarchiveFilePage({
|
|
|
...searchForm.value,
|
|
|
- size:9999,
|
|
|
+ current:1,
|
|
|
+ size:50000,
|
|
|
projectId: projectId.value,
|
|
|
contractId: contractId.value,
|
|
|
})
|