import {Form, Input, Button, } from 'antd'; import {WeaDialog, WeaSearchGroup, WeaInput,WeaAuth ,WeaTab,WeaTools,WeaNewScroll,WeaRightMenu,WeaLocaleProvider} from 'ecCom'; import {inject, observer} from "mobx-react"; import {toJS} from 'mobx'; import ExchangePage from "../common/relateExchange" import TabDiscuss from '../common/TabDiscuss' const getLabel = WeaLocaleProvider.getLabel; @observer class ExchangeDialog extends React.Component { constructor(props) { super(props); this.state={ visible:false } } componentDidMount(){ } componentWillReceiveProps(nextProps) { } render() { const {contentStore} = this.props; const {type,visible,title,targetid,handleExchangeDialog} = contentStore; return (