Browse Source

跨目录移动查询文件参数增加

duy 2 years ago
parent
commit
2031191a7b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/file/records.vue

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

@@ -704,7 +704,8 @@ const movesClick = async() => {
         size:9999,
         size:9999,
         projectId: projectId.value,
         projectId: projectId.value,
         contractId: contractId.value,
         contractId: contractId.value,
-        isArchive:1
+        isArchive:1,
+        isAutoFile:1
     })
     })
     if (!error && code === 200) {
     if (!error && code === 200) {
         fileDatasList.value = getArrValue(data['records'])
         fileDatasList.value = getArrValue(data['records'])