Forráskód Böngészése

查阅案卷修改

duy 2 éve
szülő
commit
2f735c117a
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)