This commit is contained in:
Chengliang 2023-06-19 09:56:32 +08:00
parent d8d381101f
commit 393f666dc6
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ export class TopBar extends React.Component {
treeData={deptartmentTreeData}
/>
</Col>
<Col span={6}>
{/* <Col span={6}>
部门层级
<Select
style={{ width: 130 }}
@ -170,7 +170,7 @@ export class TopBar extends React.Component {
onChange={(value) => this.handleFormChange({ level: value })}
options={this.state.levelOptions}
/>
</Col>
</Col> */}
<Col span={6}>
<Button
type="primary"