diff --git a/src/components/topBar/index.jsx b/src/components/topBar/index.jsx index f8a9913..ef912c4 100644 --- a/src/components/topBar/index.jsx +++ b/src/components/topBar/index.jsx @@ -28,7 +28,6 @@ export class TopBar extends React.Component { root: '0', level: '3', fisvitual: '0', - isvitual: '0', }, colSpan: props.type == 'user' ? 5 : 4, }; @@ -153,23 +152,19 @@ export class TopBar extends React.Component { {this.props.type == 'company' && ( - 组织: - + 显示虚拟组织 + )} - {/* - this.handleFormChange({fisvitual: e.target.checked ? "1": "0"})}>显示虚拟组织 - */} -