产品-编辑功能
This commit is contained in:
parent
ac37e9b16d
commit
aa6a581c1a
|
|
@ -53,6 +53,10 @@ class SalaryItemForm extends Component {
|
|||
options: taxAgentAdminOption
|
||||
};
|
||||
case "hideDefault":
|
||||
return {
|
||||
...item,
|
||||
viewAttr: 2
|
||||
};
|
||||
case "valueType":
|
||||
return {
|
||||
...item,
|
||||
|
|
|
|||
Loading…
Reference in New Issue