From de5f47468762de1dd31bac481e3b7607df570338 Mon Sep 17 00:00:00 2001 From: cun-nan <19819293608@163.com> Date: Fri, 8 Mar 2024 17:55:52 +0800 Subject: [PATCH] bug --- .../api/EventMarketing/activeConsumption.js | 9 +++++++++ .../EventMarketing/activeConsumption/index.vue | 18 ++++++++++++++++-- .../ActiveConsumptionController.java | 14 ++++++++++++++ .../service/ActiveConsumptionService.java | 8 ++++++++ .../impl/ActiveConsumptionServiceImpl.java | 12 ++++++++++++ 5 files changed, 59 insertions(+), 2 deletions(-) diff --git a/fuintAdmin/src/api/EventMarketing/activeConsumption.js b/fuintAdmin/src/api/EventMarketing/activeConsumption.js index 46c2cfa8c..4d257ea8d 100644 --- a/fuintAdmin/src/api/EventMarketing/activeConsumption.js +++ b/fuintAdmin/src/api/EventMarketing/activeConsumption.js @@ -75,6 +75,15 @@ export function updateActiveConsumption(data) { }) } +// 修改消费有礼活动 +export function editActiveConsumption(data) { + return request({ + url: 'business/marketingActivity/activeConsumption/edit', + method: 'put', + data: data + }) +} + // 删除消费有礼活动 export function delActiveConsumption(id) { return request({ diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 67c563479..4b67da8b5 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -635,7 +635,21 @@