diff --git a/src/components/device-page/device-card/history-diag-card/switch-port-history-diag-card.vue b/src/components/device-page/device-card/history-diag-card/switch-port-history-diag-card.vue index 4e7472d..66bf6f5 100644 --- a/src/components/device-page/device-card/history-diag-card/switch-port-history-diag-card.vue +++ b/src/components/device-page/device-card/history-diag-card/switch-port-history-diag-card.vue @@ -81,7 +81,6 @@ const tableColumns: DataTableColumns = [ const { diagInfo } = rowData; if (!diagInfo) return; modalShow.value = true; - console.log('查看', diagInfo); modalTableData.value = diagInfo.info?.portInfoList ?? []; }, },