From 6e4d3d4cc2b7f6c4334c13073b38a8f88d12c703 Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Mon, 3 Apr 2023 09:01:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A8=E5=8D=95=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=97=B6=E5=8C=85=E5=90=AB=E6=B5=81=E8=BD=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/mixins/ex-form.js | 3 +++ src/views/plugin/workflow/process/components/detail.vue | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/src/views/plugin/workflow/mixins/ex-form.js b/src/views/plugin/workflow/mixins/ex-form.js index d582b96..3ee7091 100644 --- a/src/views/plugin/workflow/mixins/ex-form.js +++ b/src/views/plugin/workflow/mixins/ex-form.js @@ -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 diff --git a/src/views/plugin/workflow/process/components/detail.vue b/src/views/plugin/workflow/process/components/detail.vue index 25c43ab..8485fbe 100644 --- a/src/views/plugin/workflow/process/components/detail.vue +++ b/src/views/plugin/workflow/process/components/detail.vue @@ -34,6 +34,13 @@ :option="option" :upload-preview="handleUploadPreview"> + + +