king
2023-08-07 e1dbc27fbe3f083322f87fc46070191c619c5199
src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.jsx
@@ -13,7 +13,7 @@
class NodeUpdate extends Component {
  static propTpyes = {
    node: PropTypes.object,
    rolelist: PropTypes.array
    orgs: PropTypes.array
  }
  state = {
@@ -503,7 +503,7 @@
          onCancel={() => this.setState({visible: false})}
          destroyOnClose
        >
          <NodeForm node={mknode} data={mkdata} rolelist={this.props.rolelist} handleSubmit={() => this.confirm()} wrappedComponentRef={(inst) => this.nodeRef = inst}/>
          <NodeForm node={mknode} data={mkdata} orgs={this.props.orgs} handleSubmit={() => this.confirm()} wrappedComponentRef={(inst) => this.nodeRef = inst}/>
        </Modal>
      </div>
    )