mirror of https://github.com/openspug/spug
A web update
parent
9f2e699e94
commit
2bc8571408
|
@ -4,7 +4,6 @@ import { Modal, Form, Input, Checkbox, Row, Col, message } from 'antd';
|
|||
import http from 'libs/http';
|
||||
import store from './store';
|
||||
import envStore from '../environment/store'
|
||||
import lds from 'lodash';
|
||||
|
||||
@observer
|
||||
class ComForm extends React.Component {
|
||||
|
|
|
@ -5,7 +5,6 @@ import { LinkButton } from 'components';
|
|||
import ComForm from './Form';
|
||||
import http from 'libs/http';
|
||||
import store from './store';
|
||||
import lds from 'lodash';
|
||||
|
||||
@observer
|
||||
class ComTable extends React.Component {
|
||||
|
|
Loading…
Reference in New Issue