From eb24ebdedbb28cfaf27577587f9209643b101ffe Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Wed, 14 Jan 2026 19:30:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/TemplateTable.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 2c0deac..0fdeeed 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -147,6 +147,9 @@ export default { getResource() { return this.$refs.templateComponent.getResource(); }, + getFilledFormData() { + return this.$refs.templateComponent.getFilledFormData(); + }, getTemplateComponent() { return this.templateComponentMap[this.sn] },