| | |
| | | import Api from '@/api' |
| | | import Utils from '@/utils/utils.js' |
| | | import { getTables } from '@/utils/utils-custom.js' |
| | | // import MKEmitter from '@/utils/events.js' |
| | | import './index.scss' |
| | | // import './index.scss' |
| | | |
| | | const { confirm } = Modal |
| | | |
| | |
| | | |
| | | render() { |
| | | return ( |
| | | <div className="mk-replace-field" style={{display: 'inline-block'}}> |
| | | <Button className="mk-border-green" icon="retweet" onClick={this.trigger}>模板切换</Button> |
| | | </div> |
| | | <Button className="mk-border-green" icon="retweet" onClick={this.trigger}>模板切换</Button> |
| | | ) |
| | | } |
| | | } |