添加痛点,关注点...
This commit is contained in:
parent
6d21624476
commit
f9799d2057
|
|
@ -746,6 +746,11 @@ const handleSave = async () => {
|
||||||
type: '2', // 固定为2
|
type: '2', // 固定为2
|
||||||
workWechatId: formData.value.workWechatId || null,
|
workWechatId: formData.value.workWechatId || null,
|
||||||
regionIds: regionIdsArray, // 数组格式
|
regionIds: regionIdsArray, // 数组格式
|
||||||
|
// 添加关注点、顾虑点、需求点、痛点字段
|
||||||
|
attention: formData.value.attention.trim() || null,
|
||||||
|
concern: formData.value.concern.trim() || null,
|
||||||
|
demand: formData.value.demand.trim() || null,
|
||||||
|
pain: formData.value.pain.trim() || null,
|
||||||
follow: {
|
follow: {
|
||||||
followTime: formatDateTime(now), // 当前时间作为跟进时间
|
followTime: formatDateTime(now), // 当前时间作为跟进时间
|
||||||
nextFollowTime: formData.value.nextFollowTime || null,
|
nextFollowTime: formData.value.nextFollowTime || null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user