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