format: remove useless console.log
This commit is contained in:
@@ -81,7 +81,6 @@ const tableColumns: DataTableColumns<SwitchPortRowData> = [
|
||||
const { diagInfo } = rowData;
|
||||
if (!diagInfo) return;
|
||||
modalShow.value = true;
|
||||
console.log('查看', diagInfo);
|
||||
modalTableData.value = diagInfo.info?.portInfoList ?? [];
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user