浏览代码

增加高教复审功能(前台脚本)

zmw 9 月之前
父节点
当前提交
7a905cfab8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/static/modular/talentAllowance/talentAllowanceInfo_info.js

+ 2 - 2
public/static/modular/talentAllowance/talentAllowanceInfo_info.js

@@ -932,10 +932,10 @@ TalentAllowanceInfoDlg.allowanceTypeChange = function (content) {
     var allowanceType = $(content).val();
     var allowanceType = $(content).val();
     if (allowanceType == 1) {
     if (allowanceType == 1) {
         $(".personDiv").css("display", "none");
         $(".personDiv").css("display", "none");
-        $(".personDiv").css("otherEnjoyed", "block");
+        $(".otherEnjoyed").css("otherEnjoyed", "block");
     } else {
     } else {
         $(".personDiv").css("display", "block");
         $(".personDiv").css("display", "block");
-        $(".personDiv").css("otherEnjoyed", "none");
+        $(".otherEnjoyed").css("otherEnjoyed", "none");
     }
     }
 }
 }