jar
jinlin
2025-03-10 f0aae4b39afbcbb18fb5a0b32e3ca689662c5ca7
src/main/java/com/example/client/service/HandoverService.java
@@ -82,7 +82,7 @@
        table = CommonTable.createCommonTable(list[0], columnDto);
        table.setRowHeight(25);
        table.setAutoCreateRowSorter(true);
        table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
        comboBox.addItemListener(new ItemListener() {
@@ -92,7 +92,7 @@
                list[0] = handoverService.getList(projectId);
                CommonTable.refreshTable(list[0], columnDto,table);
                table.setRowHeight(25);
                table.setAutoCreateRowSorter(true);
                table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
                tableModelListener(table,jFrame,list[0]);