From af5fd6bd31f4af2012642b7b65a76a5a5d78bd2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Sat, 5 Jul 2025 09:51:36 +0800 Subject: [PATCH] =?UTF-8?q?eslint=20=E9=AA=8C=E8=AF=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/setting/History.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/setting/History.vue b/src/components/setting/History.vue index 892774e..045cffb 100644 --- a/src/components/setting/History.vue +++ b/src/components/setting/History.vue @@ -48,6 +48,7 @@ const showDetail = (historyItem: Setting.History) => { }) } const printDetail = (historyItem: Setting.History) => { + FtMessage.info('开始打印!') const detailParams = { className: 'DisinfectionLogsService', fnName: 'printRecord',