sugangqiang 2 年之前
父節點
當前提交
d30706cae7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/modular/gate/talentInfo/new_talentInfo_info.js

+ 1 - 1
public/static/modular/gate/talentInfo/new_talentInfo_info.js

@@ -1197,7 +1197,7 @@ TalentInfoInfoDlg.setNoChangeField = function () {
                         $("#" + arr[key]).removeAttr("readonly").removeAttr("style");
                     } else {
                         if (typeof name == "undefined") {
-                            $("input[name=" + arr[key] + "]").removeAttr("disabled").removeAttr("readonly");
+                            $("input[name=" + arr[key] + "]").removeAttr("disabled").removeAttr("readonly").removeAttr("style");
                         }
                     }
                 }