mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 15:38:34 +08:00
fix: UI senderEnabled not changed when open modal (#116)
This commit is contained in:
@@ -125,7 +125,8 @@ const columns = [
|
|||||||
onClick: () => {
|
onClick: () => {
|
||||||
showModal.value = true;
|
showModal.value = true;
|
||||||
curRow.value = row;
|
curRow.value = row;
|
||||||
senderBalance.value = row.balance
|
senderEnabled.value = row.enabled ? true : false;
|
||||||
|
senderBalance.value = row.balance;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ default: () => t('modify') }
|
{ default: () => t('modify') }
|
||||||
|
|||||||
Reference in New Issue
Block a user