|
|
@@ -5,7 +5,7 @@ import { message } from 'antd'
|
|
|
import consts from '@/consts'
|
|
|
import { queryCompany, apiAddCompany } from '@/services/company'
|
|
|
import LazyCascader from '@/components/LazyCascader'
|
|
|
-import Companys from '@/pages/Customer/Company/components/CompanyDetail'
|
|
|
+import CompanyDetail from '@/pages/Customer/Company/components/CompanyDetail'
|
|
|
import AddCompany from '@/pages/Customer/Company/components/AddCompany'
|
|
|
import { useModal } from '@/components/Modal'
|
|
|
import { formatValues } from '@/components/LazyCascader'
|
|
|
@@ -70,7 +70,7 @@ const Company = props => {
|
|
|
height: '100vh',
|
|
|
overflowY: 'hidden'
|
|
|
},
|
|
|
- children: <Companys id={id} />
|
|
|
+ children: <CompanyDetail id={id} />
|
|
|
})
|
|
|
toggleDrawer()
|
|
|
}
|