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 _mapValues from 'lodash/mapValues' import {WeaTableNew} from 'comsMobx'; const WeaTable = WeaTableNew.WeaTable; const getLabel = WeaLocaleProvider.getLabel; @observer class ModifyLogDialog extends React.Component { constructor(props) { super(props); this.state={ visible:false } } shouldComponentUpdate(nextProps,nextState){ return true } render() { const {title,tableStore} = this.props; const {visible} = this.state; return (