add 房屋相关单位信息维护
This commit is contained in:
@@ -18,7 +18,7 @@ function renderModal(props, on, childWithProps) {
|
||||
const { buttons } = this.props
|
||||
|
||||
const _buttons = [
|
||||
<Button onClick={() => on.onClose()}>取消</Button>,
|
||||
<Button onClick={() => on.onCancel()}>取消</Button>,
|
||||
<Button loading={props.confirmLoading} onClick={() => on.onOk()} type="primary">
|
||||
确认
|
||||
</Button>,
|
||||
|
||||
Reference in New Issue
Block a user