review:【member 会员】相关代码

pull/209/head
YunaiV 2025-09-02 21:22:03 +08:00
parent 5e85efb23e
commit 744eef46f4
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@ const [BalanceFormModal, balanceFormModalApi] = useVbenModal({
destroyOnClose: true,
});
// TODO @xingyu
const [LeavelFormModal, leavelFormModalApi] = useVbenModal({
connectedComponent: LeavelForm,
destroyOnClose: true,
@ -51,6 +52,7 @@ function setCheckedIds({ records }: { records: MemberUserApi.User[] }) {
}
/** 发送优惠券 */
// TODO @xingyu
function handleSendCoupon() {
formModalApi.setData(null).open();
}

View File

@ -34,6 +34,7 @@ const [BalanceFormModal, balanceFormModalApi] = useVbenModal({
destroyOnClose: true,
});
// TODO @
const [LeavelFormModal, leavelFormModalApi] = useVbenModal({
connectedComponent: LeavelForm,
destroyOnClose: true,
@ -51,6 +52,7 @@ function setCheckedIds({ records }: { records: MemberUserApi.User[] }) {
}
/** 发送优惠券 */
// TODO @
function handleSendCoupon() {
formModalApi.setData(null).open();
}