From 15c86f500aa356aa77b4d032f8bb2ae77045ca04 Mon Sep 17 00:00:00 2001
From: lagos <627844378@qq.com>
Date: Wed, 13 Aug 2025 09:36:51 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=85=AC=E5=8A=A1=E6=8E=A5?=
=?UTF-8?q?=E5=BE=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages-bpm/officialReceptions/show.vue | 59 +++++++++--------------
1 file changed, 24 insertions(+), 35 deletions(-)
diff --git a/src/pages-bpm/officialReceptions/show.vue b/src/pages-bpm/officialReceptions/show.vue
index 56c00bf..37008ab 100644
--- a/src/pages-bpm/officialReceptions/show.vue
+++ b/src/pages-bpm/officialReceptions/show.vue
@@ -1,31 +1,27 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -50,7 +46,6 @@
const value = ref([]);
const info = ref({});
const valiData = ref({});
- const ifEsign = ref(true);
const props = defineProps({
formData: {
type: Object,
@@ -84,20 +79,14 @@
emit('getStampSuc', val)
}
- const signValidator = (procInsId,path)=>{
- //这里进行电子签章验证
- return sign.value.signValidator();
- }
+
onMounted(() => {
queryData();
})
- defineExpose({ //暴露方法
- signValidator,
- ifEsign
- })
+