lilei 3 年之前
父节点
当前提交
7561cd217e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/common/pdfViewModal.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1654163931364
+  "version": 1654164270754
 }

+ 1 - 1
src/views/common/pdfViewModal.vue

@@ -154,7 +154,7 @@ export default {
       this.total = data.length
       // 获取打印机列表
       this.printList = getPrintList()
-      this.printIndex = this.$store.state.app.printDefNeedle
+      this.printIndex = this.$store.state.app.printDefNeedle || undefined
     },
     error: function (err) {
       console.log(err)