diff --git a/pc4mobx/hrmSalary/pages/salaryItem/salaryItemForm.js b/pc4mobx/hrmSalary/pages/salaryItem/salaryItemForm.js index 333991c6..17807081 100644 --- a/pc4mobx/hrmSalary/pages/salaryItem/salaryItemForm.js +++ b/pc4mobx/hrmSalary/pages/salaryItem/salaryItemForm.js @@ -53,6 +53,10 @@ class SalaryItemForm extends Component { options: taxAgentAdminOption }; case "hideDefault": + return { + ...item, + viewAttr: 2 + }; case "valueType": return { ...item,