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