release/3.0.0.2502.01-合并业务线
This commit is contained in:
parent
2200784d4b
commit
98b1c2bc08
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue