duy преди 1 година
родител
ревизия
d20b4b0b7f
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 2 1
      src/views/file/collection.vue
  2. 2 1
      src/views/file/records.vue

+ 2 - 1
src/views/file/collection.vue

@@ -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,
     })

+ 2 - 1
src/views/file/records.vue

@@ -755,7 +755,8 @@ const movesClick = async () => {
     checkedMoves.value = []
     const { error, code, data } = await archiveFileApi.getarchiveFilePage({
         ...searchForm.value,
-        size:9999,
+        current:1,
+        size:50000,
         projectId: projectId.value,
         contractId: contractId.value,
         isArchive:1,