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)