Merge branch 'hotfix/2.9.42308.02' into release/2.9.42308.02

This commit is contained in:
黎永顺 2023-08-18 10:19:06 +08:00
commit a22f3ade1f
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ export default class Index extends Component {
showEncryptOperationButton,
saveParams: {
...saveParams,
ascOrDesc, orderRule, rule, enctry, operateTaxDeclaration, matchRule, confValue, withDrawTaxDeclaration,
extEmpsWitch
ascOrDesc, orderRule, rule, enctry, matchRule, confValue, withDrawTaxDeclaration,
extEmpsWitch, operateTaxDeclaration: (operateTaxDeclaration && operateTaxDeclaration !== "0") ? "1" : "0"
}
});
}