|
@@ -14,13 +14,6 @@ const ChangeCompanyInput = props => {
|
|
|
const {
|
|
const {
|
|
|
dataSource: { customerId, clientId, customerName, clientName }
|
|
dataSource: { customerId, clientId, customerName, clientName }
|
|
|
} = props
|
|
} = props
|
|
|
- // const [companyName, setCompanyName] = useState('')
|
|
|
|
|
- // useEffect(() => {
|
|
|
|
|
- // setCompanyName(customerName)
|
|
|
|
|
- // }, [customerName])
|
|
|
|
|
- // const changeCompany = name => {
|
|
|
|
|
- // setCompanyName(name)
|
|
|
|
|
- // }
|
|
|
|
|
const refreshClient = () => {
|
|
const refreshClient = () => {
|
|
|
dispatch({
|
|
dispatch({
|
|
|
type: 'refresh/commitAction',
|
|
type: 'refresh/commitAction',
|