|
@@ -61,7 +61,7 @@ const OrgAdd = React.createClass({
|
|
|
return (
|
|
|
<div className="patent-desc" style={{ float: 'right', marginRight: '20px' }}>
|
|
|
<Button type="primary" onClick={this.showModal}>添加团体用户</Button>
|
|
|
- <Modal title="新增团体用户" visible={this.state.visible}
|
|
|
+ <Modal maskClosable={false} title="新增团体用户" visible={this.state.visible}
|
|
|
onCancel={this.handleCancel}
|
|
|
width='350px'
|
|
|
footer={[
|
|
@@ -136,7 +136,7 @@ const UserAdd = React.createClass({
|
|
|
return (
|
|
|
<div className="patent-desc" style={{ float: 'right', marginRight: '20px' }}>
|
|
|
<Button type="primary" onClick={this.showModal}>添加个人用户</Button>
|
|
|
- <Modal title="新增个人用户" visible={this.state.visible}
|
|
|
+ <Modal maskClosable={false} title="新增个人用户" visible={this.state.visible}
|
|
|
onCancel={this.handleCancel}
|
|
|
width='350px'
|
|
|
footer={[
|