diff --git a/src/components/PdfViewer/viewer.vue b/src/components/PdfViewer/viewer.vue
index 38ae3139..5849039e 100644
--- a/src/components/PdfViewer/viewer.vue
+++ b/src/components/PdfViewer/viewer.vue
@@ -393,7 +393,7 @@ export default {
}
this.pageCount=this.cacheFileList.length;
- const thisPage=this.cacheFileList[1];
+ const thisPage=this.cacheFileList[0];
const pdfBase64 = thisPage.pdfBase64;
diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue
index 483da1af..1df28361 100644
--- a/src/views/emis/emisWaybill/waybillRecord.vue
+++ b/src/views/emis/emisWaybill/waybillRecord.vue
@@ -666,7 +666,8 @@
-
+