sugangqiang 2 anni fa
parent
commit
d30706cae7

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

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