Merge branch 'master' into cutom/个税相关

This commit is contained in:
黎永顺 2023-08-18 10:19:43 +08:00
commit de80ce6020
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"
}
});
}