fix:【ele】promotion activity 漏了一个 } 导致报错
parent
42bdc15df5
commit
70982eff92
|
|
@ -52,6 +52,7 @@ async function handleClose(row: MallDiscountActivityApi.DiscountActivity) {
|
|||
} finally {
|
||||
loadingInstance.close();
|
||||
}
|
||||
}
|
||||
|
||||
/** 删除满减活动 */
|
||||
async function handleDelete(row: MallDiscountActivityApi.DiscountActivity) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue