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
- })
+