Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 25, 2024
1 parent 46ae37a commit 96c78b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/views/cert/CertView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const columns: any = [
{
title: '关联DNS',
key: 'dns_id',
minWidth: 150,
width: 150,
resizable: true,
ellipsis: { tooltip: true },
render(row: any) {
Expand Down Expand Up @@ -226,7 +226,7 @@ const columns: any = [
})
.finally(() => {
d.loading = false
messageReactive.destroy()
messageReactive?.destroy()
})
}
})
Expand All @@ -238,7 +238,7 @@ const columns: any = [
onPageChange(1)
})
.finally(() => {
messageReactive.destroy()
messageReactive?.destroy()
})
}
}
Expand Down

0 comments on commit 96c78b6

Please sign in to comment.