@@ -1054,7 +1054,7 @@ const consultFileClick =async (row,type) => {
checkId.value=row.id
pdfUrl.value=row.pdfFileUrl
}
- if(type===1&& cscTableData1.value.length>0&&cscTableData1.value[0]['pdfFileUrl']){
+ if(type===1){
console.log('查阅案卷');
const url=await viewPdf(row.id)