From d445845bdb8bd9299236035bd6af5ae6a6c226ae Mon Sep 17 00:00:00 2001
From: Lesan <1960681385@qq.com>
Date: Fri, 29 Aug 2025 15:09:04 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=95=E5=85=A5=E8=B7=AF=E5=BE=84?=
=?UTF-8?q?=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/bpm/model/form/PrintTemplate/Index.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/bpm/model/form/PrintTemplate/Index.vue b/src/views/bpm/model/form/PrintTemplate/Index.vue
index 9b95f6d6b..6dff06d6a 100644
--- a/src/views/bpm/model/form/PrintTemplate/Index.vue
+++ b/src/views/bpm/model/form/PrintTemplate/Index.vue
@@ -34,6 +34,7 @@ const dialogVisible = ref(false)
const open = async (template) => {
dialogVisible.value = true
valueHtml.value = template
+ console.log(template)
}
defineExpose({open})
const handleConfirm = () => {
@@ -108,4 +109,4 @@ onBeforeUnmount(() => {
-
+