From db40799f3e3ab4c085fe6676b4862506844a87a1 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Wed, 24 Dec 2025 20:58:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86]=20[?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]=20=E6=8A=8A=E6=96=B0?= =?UTF-8?q?=E5=A2=9E/=E7=BC=96=E8=BE=91=E5=85=88=E6=94=BE=E5=87=BA?= =?UTF-8?q?=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/template/template.js | 16 +++++++ src/views/business/template/list.vue | 81 ++++++++++++++++++++++++++++++----- 2 files changed, 86 insertions(+), 11 deletions(-) diff --git a/src/api/business/template/template.js b/src/api/business/template/template.js index 0f9f18b..6a134c5 100644 --- a/src/api/business/template/template.js +++ b/src/api/business/template/template.js @@ -15,3 +15,19 @@ export function template_info(query) { params: query }) } + +export function template_save(data) { + return request({ + url: '/system/business/template/save', + method: 'post', + data: data + }) +} + +export function template_delete(data) { + return request({ + url: '/system/business/template/delete', + method: 'post', + data: data + }) +} diff --git a/src/views/business/template/list.vue b/src/views/business/template/list.vue index 3226369..8c05ba0 100644 --- a/src/views/business/template/list.vue +++ b/src/views/business/template/list.vue @@ -26,6 +26,8 @@ {{ $t('form.search') }} {{ $t('form.reset') }} + + 新增-后期不需要 @@ -41,7 +43,8 @@ @@ -58,27 +61,39 @@ - + + + + + + + + + + + - +