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