add 房屋相关单位信息维护

This commit is contained in:
2021-07-06 10:31:56 +08:00
parent 954e5291a3
commit 39d3a83a02
13 changed files with 759 additions and 87 deletions

View File

@@ -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>,