fix(settings): 데이터 초기화 모달 닫은 후 confirm 표시 — 팝업 겹침·클릭 막힘 해결
Deploy / deploy (push) Failing after 12m0s
Deploy / deploy (push) Failing after 12m0s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -196,12 +196,12 @@ async function doResetWithExport() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function doResetOnly() {
|
async function doResetOnly() {
|
||||||
|
resetModalOpen.value = false
|
||||||
const ok = await dialog.confirm(
|
const ok = await dialog.confirm(
|
||||||
'엑셀 백업 없이 모든 데이터를 삭제합니다. 삭제된 데이터는 복구할 수 없습니다. 계속하시겠습니까?',
|
'엑셀 백업 없이 모든 데이터를 삭제합니다. 삭제된 데이터는 복구할 수 없습니다. 계속하시겠습니까?',
|
||||||
{ title: '데이터 삭제 확인', okText: '삭제', danger: true },
|
{ title: '데이터 삭제 확인', okText: '삭제', danger: true },
|
||||||
)
|
)
|
||||||
if (!ok) return
|
if (!ok) return
|
||||||
resetModalOpen.value = false
|
|
||||||
resetting.value = true
|
resetting.value = true
|
||||||
try {
|
try {
|
||||||
await accountApi.deleteAllData()
|
await accountApi.deleteAllData()
|
||||||
|
|||||||
Reference in New Issue
Block a user