|
@@ -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 = {};
|