sugangqiang 1 year ago
parent
commit
4fb2bf6763
1 changed files with 0 additions and 36 deletions
  1. 0 36
      public/static/modular/gate/talentInfo/talentInfo_wj_info.js

+ 0 - 36
public/static/modular/gate/talentInfo/talentInfo_wj_info.js

@@ -252,42 +252,6 @@ TalentInfoInfoDlg.changeStudyAbroad = function () {
     }
 }
 
-
-/**
- * 加载市
- */
-TalentInfoInfoDlg.afterSelectProvince = function () {
-    var province = $("#province").val();
-    $("#city").empty();
-    $("#county").empty();
-    if (province == null || province == '') {
-        return;
-    }
-    Feng.addAjaxSelect({
-        "id": "city",
-        "displayCode": "code",
-        "displayName": "name",
-        "type": "GET",
-        "url": Feng.ctxPath + "/common/tool/findCityByProvinceSelect/code/" + province
-    });
-}
-/**
- * 加载县
- */
-TalentInfoInfoDlg.afterSelectCity = function () {
-    var city = $("#city").val();
-    $("#county").empty();
-    if (city == null || city == '') {
-        return;
-    }
-    Feng.addAjaxSelect({
-        "id": "county",
-        "displayCode": "code",
-        "displayName": "name",
-        "type": "GET",
-        "url": Feng.ctxPath + "/common/tool/findCountyByCitySelect/code/" + city
-    });
-}
 //初始化附件类别表单
 TalentInfoInfoDlg.initFileTable = function () {
     var queryData = {};