|
@@ -71,8 +71,8 @@ export class ContactApplyService extends BaseServiceV2 {
|
|
const sourceData = get(otherData, 'sourceData');
|
|
const sourceData = get(otherData, 'sourceData');
|
|
const sourcePropValue = get(sourceData, 'name');
|
|
const sourcePropValue = get(sourceData, 'name');
|
|
let contacts = {};
|
|
let contacts = {};
|
|
- if (source === 'sector') contacts = inputContacts;
|
|
|
|
- else contacts = this.getContactObject(otherData, source);
|
|
|
|
|
|
+ // 所有的联系人及联系方式都使用前台传来的内容
|
|
|
|
+ contacts = inputContacts;
|
|
let msgStr = `您通过 ${sourceStr}数据 ${sourcePropValue ? `- ${sourcePropValue}` : ''} 获取对方联系方式的申请已通过.`;
|
|
let msgStr = `您通过 ${sourceStr}数据 ${sourcePropValue ? `- ${sourcePropValue}` : ''} 获取对方联系方式的申请已通过.`;
|
|
// 拼接联系方式
|
|
// 拼接联系方式
|
|
const person = get(contacts, 'person');
|
|
const person = get(contacts, 'person');
|