|
@@ -9,6 +9,7 @@ import { socialAttribute, industry, auditStatusL, lvl, currentMember } from '@/d
|
|
|
import { getSocialAttribute, beforeUploadFile } from '@/tools.js';
|
|
|
import FollowDetail from './followDetail.jsx'
|
|
|
import IntentionDetail from './intentionDetail/intentionDetail.jsx'
|
|
|
+import './customer.less';
|
|
|
|
|
|
const IntentionCustomer = Form.create()(React.createClass({
|
|
|
loadData(pageNo, apiUrl) {
|
|
@@ -45,6 +46,7 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
|
theArr.push({
|
|
|
key: i,
|
|
|
id: thisdata.uid,
|
|
|
+ aid:thisdata.aid,
|
|
|
name: thisdata.name,
|
|
|
contacts: thisdata.contacts,
|
|
|
contactMobile: thisdata.contactMobile,
|