|
@@ -6,9 +6,6 @@ import ProTable from '@ant-design/pro-table'
|
|
|
import { Button, Card, Tag } from 'antd'
|
|
import { Button, Card, Tag } from 'antd'
|
|
|
import { connect } from 'dva'
|
|
import { connect } from 'dva'
|
|
|
import React, { useEffect, useState } from 'react'
|
|
import React, { useEffect, useState } from 'react'
|
|
|
-// import styles from './customer.less';
|
|
|
|
|
-// import request from 'umi-request';
|
|
|
|
|
-// import { queryContact } from '@/services/contact';
|
|
|
|
|
|
|
|
|
|
const Contact = (props) => {
|
|
const Contact = (props) => {
|
|
|
// let tag = Array.from(tag);
|
|
// let tag = Array.from(tag);
|
|
@@ -253,7 +250,7 @@ const Contact = (props) => {
|
|
|
}
|
|
}
|
|
|
initData()
|
|
initData()
|
|
|
}, [])
|
|
}, [])
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
return (
|
|
return (
|
|
|
// <PageHeaderWrapper></PageHeaderWrapper>
|
|
// <PageHeaderWrapper></PageHeaderWrapper>
|
|
|
<Card bordered={false}>
|
|
<Card bordered={false}>
|