添加痛点,关注点...

This commit is contained in:
WindowBird 2025-11-07 13:31:19 +08:00
parent 6d21624476
commit f9799d2057

View File

@ -746,6 +746,11 @@ const handleSave = async () => {
type: '2', // 2
workWechatId: formData.value.workWechatId || null,
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: {
followTime: formatDateTime(now), //
nextFollowTime: formData.value.nextFollowTime || null,