44323
2023-10-27 1b7f0a8746bc09a3e0cfdef9610ca4e08ed919e2
cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js
@@ -639,6 +639,9 @@
 * 选择分公司后执行
 */
TCarInfoDlg.oneChange = function (e) {
    if ($("#objectType").val()==2){
    }else{
    var oneId=$(e).val();
    var ajax = new $ax(Feng.ctxPath + "/tCity/onChange", function(data){
        if(data!=null){
@@ -659,6 +662,8 @@
    ajax.start();
}
}
/**
 * 类型改变执行
 * @param e