sugangqiang 1 жил өмнө
parent
commit
6834704ee0

+ 1 - 1
app/enterprise/view/talent_type_change/apply.html

@@ -48,7 +48,7 @@
                                             <label class="col-sm-2 control-label spacing">变更对象</label>
                                             <div class="col-sm-4 spacing">
                                                 {if condition="$info['id'] && $info['talentId']"}
-                                                <input class="form-control" readonly="readonly"value="{$info.talentName}"/>
+                                                <input class="form-control" readonly="readonly" value="{$info.talentName}"/>
                                                 {else/}
                                                 <select class="form-control" id="talentId" name="talentId" onchange="TalentTypeChangeInfoDlg.talentInfoDetail()"></select>
                                                 {/if}

+ 1 - 1
public/static/modular/gate/talentLibrary/talentTypeChange/talentTypeChange_info.js

@@ -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",