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