From 607d81252a9ad497cd673d2321017440f5406304 Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 3 Feb 2026 16:23:31 +0800 Subject: [PATCH] =?UTF-8?q?1.0.65=20=E6=88=91=E6=96=B9=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/base/printTemplate/template.vue | 5 ++- src/views/oa/crm/customerInfo/ourIndex.vue | 35 ++++++++++++++++++-- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/src/views/oa/base/printTemplate/template.vue b/src/views/oa/base/printTemplate/template.vue index f40f541..b46e2ac 100644 --- a/src/views/oa/base/printTemplate/template.vue +++ b/src/views/oa/base/printTemplate/template.vue @@ -136,7 +136,10 @@ onMounted(async () => { const editor = editorRef.value; editor.setContent(JSON.parse(e.data.templateData || '{}')); }); - getBaseTemplateVariableList().then((e) => { + const select = { + templateType: route.query.templateType + }; + getBaseTemplateVariableList(select).then((e) => { fieldList.value = e.data; }); }); diff --git a/src/views/oa/crm/customerInfo/ourIndex.vue b/src/views/oa/crm/customerInfo/ourIndex.vue index da70b79..6b060be 100644 --- a/src/views/oa/crm/customerInfo/ourIndex.vue +++ b/src/views/oa/crm/customerInfo/ourIndex.vue @@ -260,8 +260,39 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +