Pu Zhibing
2025-09-17 0e6658f37144940fccba7d2f5c3e06ad891eee5a
ManagementOKTravel/guns-admin/src/main/webapp/static/modular/system/tDriver/yesDriver_info.js
@@ -706,9 +706,9 @@
 */
YesDriverInfoDlg.companyTypeClick = function (e) {
    if (1 == e){
        $("#companyDiv").hide();
        $(".companyDiv").hide();
    } else if (2 == e){
        $("#companyDiv").show();
        $(".companyDiv").show();
    }
}