|
|
|
|
@ -24,6 +24,7 @@ export default { |
|
|
|
|
bpmnOption: {}, // 流程图配置信息
|
|
|
|
|
defaultChecked: '', // 人员选择默认选中
|
|
|
|
|
waiting: true, // 骨架屏加载中
|
|
|
|
|
isPrintShow: false, // 是否打印显示
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
@ -413,6 +414,7 @@ export default { |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.isPrintShow = true |
|
|
|
|
setTimeout(() => { |
|
|
|
|
loading.close() |
|
|
|
|
// const watermarkText = this.userInfo.user_name + " " + this.userInfo.dept_name
|
|
|
|
|
@ -421,6 +423,7 @@ export default { |
|
|
|
|
this.option = option |
|
|
|
|
this.summaryOption = summaryOption |
|
|
|
|
Watermark.remove() // 删除水印
|
|
|
|
|
this.isPrintShow = false |
|
|
|
|
}, 500) |
|
|
|
|
}, |
|
|
|
|
// 生成打印临时option
|
|
|
|
|
|