hotfix/2.9.42308.02

This commit is contained in:
黎永顺 2023-08-18 10:18:53 +08:00
parent 2527f75298
commit 8871b8ed2c
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"
}
});
}