From 2abdd7e09631225423cea0410441226fd34310b4 Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Tue, 18 Jun 2024 13:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=8D=B7=E5=90=8E=E8=A6=81?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=BD=93=E5=89=8D=E5=88=9B=E5=BB=BA=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/scheduleReport/com_separate_roll.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modules/scheduleReport/com_separate_roll.vue b/src/views/modules/scheduleReport/com_separate_roll.vue index bc71d92..189dfe9 100644 --- a/src/views/modules/scheduleReport/com_separate_roll.vue +++ b/src/views/modules/scheduleReport/com_separate_roll.vue @@ -284,6 +284,8 @@ export default { this.printList = data.printList; //调用打印方法 打印数 printDieCuttingLabel(this.printList); + //关闭当前的弹窗 + this.closeDialog(); } else { this.$message.error(data.msg); }