release/3.0.0.2502.01-合并业务线

This commit is contained in:
lys 2025-02-19 16:26:58 +08:00
parent 2200784d4b
commit 98b1c2bc08
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class LedgerAdjustRuleAddModal extends Component {
render() {
const { title, visible, ledgerStore: { ruleForm } } = this.props, { conditions } = this.state;
const { ledgerStore: { ruleForm } } = this.props, { conditions } = this.state;
const buttons = [<Button type="primary" onClick={this.handleSave}>{getLabel(111, "保存")}</Button>];
const itemRender = {
salaryItemId: (field, textAreaProps, form, formParams) => {