فهرست منبع

Merge branch 'master' of http://59.57.98.130:3000/jjhc/report

sugangqiang 9 ماه پیش
والد
کامیت
a3c0a0bd4b
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();
     if (allowanceType == 1) {
         $(".personDiv").css("display", "none");
-        $(".personDiv").css("otherEnjoyed", "block");
+        $(".otherEnjoyed").css("otherEnjoyed", "block");
     } else {
         $(".personDiv").css("display", "block");
-        $(".personDiv").css("otherEnjoyed", "none");
+        $(".otherEnjoyed").css("otherEnjoyed", "none");
     }
 }