浏览代码

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

duy 2 年之前
父节点
当前提交
2031191a7b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/file/records.vue

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

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