From f9799d20572cdc61ee555a7a85a05dffcd66f75c Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 7 Nov 2025 13:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=97=9B=E7=82=B9=EF=BC=8C?= =?UTF-8?q?=E5=85=B3=E6=B3=A8=E7=82=B9...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/customer/add/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/customer/add/index.vue b/pages/customer/add/index.vue index 6c6c457..103be16 100644 --- a/pages/customer/add/index.vue +++ b/pages/customer/add/index.vue @@ -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,