|
|
@@ -1,14 +1,14 @@
|
|
|
-import ContactDetail from '@/pages/Customer/Contact/components/ContactDetail'
|
|
|
+import ContactDetail from '@/pages/Customer/Client/components/ContactDetail'
|
|
|
import React, { useRef, useState } from 'react'
|
|
|
import { Tabs, message } from 'antd'
|
|
|
-import AddContact from '@/pages/Customer/Contact/components/AddContact'
|
|
|
+import AddContact from '@/pages/Customer/Client/components/AddContact'
|
|
|
import { apiAddClient, apiAddCustomerService } from '@/services/customer'
|
|
|
import { formatValues } from '@/components/LazyCascader'
|
|
|
import consts from '@/consts'
|
|
|
import ProTable from '@ant-design/pro-table'
|
|
|
import { useModal } from '@/components/Modal'
|
|
|
import { useDispatch } from 'dva'
|
|
|
-import AddRecord from '@/pages/Customer/Contact/components/ContactDetail/AddRecord'
|
|
|
+import AddRecord from '@/pages/Customer/Client/components/ContactDetail/AddRecord'
|
|
|
|
|
|
const CompanyTabList = ({ initData, customerId, client, software }) => {
|
|
|
const dispatch = useDispatch()
|