wumu
2024-11-01 71c27f9ead97e52e50a59495c6955756e21004cf
internal_system_v1/threemergeproblemlist.cpp
@@ -997,3 +997,12 @@
        }
    }
}
void ThreeMergeProblemList::updateComboList(QMap<QString, ComInfo> & nameAndComInfos)
{
    ui->comboBox_company->clear();
    for(auto it = nameAndComInfos.begin();it != nameAndComInfos.end();++it){
        ui->comboBox_company->addItem(it.key());
    }
}