Browse Source

打印功能

chrislee 1 month ago
parent
commit
781020d872
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/modules/tech/draw-management.vue

+ 3 - 2
src/views/modules/tech/draw-management.vue

@@ -283,8 +283,9 @@ export default {
       this.$nextTick(() => {
         this.$refs.detail.init(id)
       })
-    }
-    ,
+    },
+
+    // 打印图片
     printImages(attachList = []) {
       printImagesUtil(attachList, this)
     }