소스 검색

查阅案卷修改

duy 2 년 전
부모
커밋
2f735c117a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/using/query.vue

+ 1 - 1
src/views/using/query.vue

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