@@ -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'])