|
@@ -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");
|
|
|
}
|
|
|
}
|
|
|
|