|
@@ -773,7 +773,7 @@ $(function () {
|
|
|
}
|
|
|
$("#oldQzBath").append(batchHtml);
|
|
|
$("#newQzBath").append(batchHtml);*/
|
|
|
- var url = (id == null || id == '') ? "/enterprise/talent/findTalentInfoInLibrary/type/" + CONFIG.project_levelchange : "/api/talentInfo/findTalentInfoByChangeId/type/" + CONFIG.project_levelchange + "/id/" + id;
|
|
|
+ var url = (id == null || id == '') ? "/enterprise/talent/findTalentInfoInLibrary/type/" + CONFIG.project_levelchange : "/enterprise/talent/findTalentInfoByChangeId/type/" + CONFIG.project_levelchange + "/id/" + id;
|
|
|
Feng.addAjaxSelect({
|
|
|
"id": 'talentId',
|
|
|
"displayCode": "id",
|