|
@@ -1,4 +1,4 @@
|
|
|
-import ContactDetail from '@/pages/Customer/Client/components/ContactDetail'
|
|
|
|
|
|
|
+import ContactDetail from '@/pages/Customer/Client/components/ClientDetail'
|
|
|
import React, { useRef, useState } from 'react'
|
|
import React, { useRef, useState } from 'react'
|
|
|
import { Tabs, message } from 'antd'
|
|
import { Tabs, message } from 'antd'
|
|
|
import AddContact from '@/pages/Customer/Client/components/AddClient'
|
|
import AddContact from '@/pages/Customer/Client/components/AddClient'
|
|
@@ -8,7 +8,7 @@ import consts from '@/consts'
|
|
|
import ProTable from '@ant-design/pro-table'
|
|
import ProTable from '@ant-design/pro-table'
|
|
|
import { useModal } from '@/components/Modal'
|
|
import { useModal } from '@/components/Modal'
|
|
|
import { useDispatch } from 'dva'
|
|
import { useDispatch } from 'dva'
|
|
|
-import AddRecord from '@/pages/Customer/Client/components/ContactDetail/AddRecord'
|
|
|
|
|
|
|
+import AddRecord from '@/pages/Customer/Client/components/ClientDetail/AddRecord'
|
|
|
|
|
|
|
|
const CompanyTabList = ({ initData, customerId, client, software }) => {
|
|
const CompanyTabList = ({ initData, customerId, client, software }) => {
|
|
|
const dispatch = useDispatch()
|
|
const dispatch = useDispatch()
|