From 70982eff921e3f745a9e9eefb97c63ac58fd50ab Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 16 Dec 2025 13:33:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90ele=E3=80=91promotion=20ac?= =?UTF-8?q?tivity=20=E6=BC=8F=E4=BA=86=E4=B8=80=E4=B8=AA=20}=20=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-ele/src/views/mall/promotion/discountActivity/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-ele/src/views/mall/promotion/discountActivity/index.vue b/apps/web-ele/src/views/mall/promotion/discountActivity/index.vue index 771695cc3..da984ff4e 100644 --- a/apps/web-ele/src/views/mall/promotion/discountActivity/index.vue +++ b/apps/web-ele/src/views/mall/promotion/discountActivity/index.vue @@ -52,6 +52,7 @@ async function handleClose(row: MallDiscountActivityApi.DiscountActivity) { } finally { loadingInstance.close(); } +} /** 删除满减活动 */ async function handleDelete(row: MallDiscountActivityApi.DiscountActivity) {