|
@@ -495,6 +495,8 @@ const searchFileClick = (type) => {
|
|
filteringShow.value = ''
|
|
filteringShow.value = ''
|
|
searchForm.value.searchType=type
|
|
searchForm.value.searchType=type
|
|
getTableData()
|
|
getTableData()
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
//按案卷查询
|
|
//按案卷查询
|
|
@@ -566,7 +568,16 @@ const getTableData = async () => {
|
|
tableData.value = []
|
|
tableData.value = []
|
|
searchForm.value.total = 0
|
|
searchForm.value.total = 0
|
|
}
|
|
}
|
|
- tableFileCloseClick()
|
|
|
|
|
|
+ tableFileCloseClick()
|
|
|
|
+ if(searchForm.value.searchType==='2'){
|
|
|
|
+ if(tableData.value.length>0&&tableData.value[0]?.approvalFileList.length>0){
|
|
|
|
+ tableFileData.value =getArrValue( tableData.value[0]['approvalFileList'])
|
|
|
|
+ tableAllShow.value = true;
|
|
|
|
+ tableFileShow.value = true;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
//多选
|
|
//多选
|
|
const tableKeys = ref([]);
|
|
const tableKeys = ref([]);
|