Browse Source

跨目录移动修改

duy 1 year ago
parent
commit
d20b4b0b7f
2 changed files with 4 additions and 2 deletions
  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,