2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

fix: lint

This commit is contained in:
耗子
2024-10-26 04:44:17 +08:00
parent 46ae37a4a1
commit 96c78b6be9

View File

@@ -130,7 +130,7 @@ const columns: any = [
{
title: '关联DNS',
key: 'dns_id',
minWidth: 150,
width: 150,
resizable: true,
ellipsis: { tooltip: true },
render(row: any) {
@@ -226,7 +226,7 @@ const columns: any = [
})
.finally(() => {
d.loading = false
messageReactive.destroy()
messageReactive?.destroy()
})
}
})
@@ -238,7 +238,7 @@ const columns: any = [
onPageChange(1)
})
.finally(() => {
messageReactive.destroy()
messageReactive?.destroy()
})
}
}