fix:【ele】promotion activity 漏了一个 } 导致报错

This commit is contained in:
YunaiV
2025-12-16 13:33:26 +08:00
parent 42bdc15df5
commit 70982eff92

View File

@@ -52,6 +52,7 @@ async function handleClose(row: MallDiscountActivityApi.DiscountActivity) {
} finally {
loadingInstance.close();
}
}
/** 删除满减活动 */
async function handleDelete(row: MallDiscountActivityApi.DiscountActivity) {