Ver código fonte

新增入参

duy 2 anos atrás
pai
commit
fdc6814dab
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/file/records.vue

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

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