|
@@ -1,12 +1,11 @@
|
|
|
import React, { useState, useEffect } from 'react'
|
|
import React, { useState, useEffect } from 'react'
|
|
|
-import '../index.scss'
|
|
|
|
|
import { Drawer, Row, Col } from 'antd'
|
|
import { Drawer, Row, Col } from 'antd'
|
|
|
import useAutoTable from '@/hooks/useAutoTable'
|
|
import useAutoTable from '@/hooks/useAutoTable'
|
|
|
import consts from '@/consts'
|
|
import consts from '@/consts'
|
|
|
import { apiCompanyDetail } from '@/services/company'
|
|
import { apiCompanyDetail } from '@/services/company'
|
|
|
-import CompanyForm from '@/components/PopContent/Companys/CompanyForm'
|
|
|
|
|
-import CompanyLowerList from '@/components/PopContent/Companys/CompanyLowerList'
|
|
|
|
|
-import CompanyTabList from '@/components/PopContent/Companys/CompanyTabList'
|
|
|
|
|
|
|
+import CompanyForm from '@/pages/Customer/Company/components/CompanyDetail/CompanyForm'
|
|
|
|
|
+import CompanyLowerList from '@/pages/Customer/Company/components/CompanyDetail/CompanyLowerList'
|
|
|
|
|
+import CompanyTabList from '@/pages/Customer/Company/components/CompanyDetail/CompanyTabList'
|
|
|
import { connect } from 'dva'
|
|
import { connect } from 'dva'
|
|
|
|
|
|
|
|
const Index = props => {
|
|
const Index = props => {
|