liting2017 6 years ago
parent
commit
883ea5d817

+ 3 - 0
js/component/manageCenter/customer/NEW/signCustomer/followDetail.jsx

@@ -183,6 +183,7 @@ const FollowDetail = React.createClass({
 						if(thisdata!=null){
 							listArr.push({
 								key:i,
+								id:thisdata.uid,
 								businessName:thisdata.businessProjectId,
 								businessVarietiesName:thisdata.businessVarietiesName,
 								businessProjectName:thisdata.businessProjectName,
@@ -259,6 +260,7 @@ const FollowDetail = React.createClass({
 		});
 		let dataList=this.state.data,
 			idsList=[];
+			console.log(dataList)
 		dataList.map((item,index) => {
 			idsList.push({
 				businessId:item.id||'',
@@ -268,6 +270,7 @@ const FollowDetail = React.createClass({
 				remarks:item.remarks||''
 			})
 		});
+		console.log(idsList)
 		let contactsId = '';
 		let conts = this.state.lastName;
 		contactsId = this.state.contactsIdArr[conts].id;