From 19fa0622290982149392338fd2fddbaa3b5a0e25 Mon Sep 17 00:00:00 2001 From: wangzhuo Date: Fri, 12 Sep 2025 16:54:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=91=A8=E8=AE=A1=E5=88=92-=E5=88=9B?= =?UTF-8?q?=E5=BB=BA-=E5=8F=96=E6=B6=88=E8=8E=B7=E5=8F=96=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/CRM/plan/planEdit.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/business/CRM/plan/planEdit.vue b/src/pages/business/CRM/plan/planEdit.vue index cf37728..7862137 100644 --- a/src/pages/business/CRM/plan/planEdit.vue +++ b/src/pages/business/CRM/plan/planEdit.vue @@ -130,12 +130,12 @@ let instance = null; let initCreate = (params)=>{ const {itemList, selectIndex} = params; // 获取用户信息 - getUserInfo().then(res => { - userInfo.value = res.user; - console.log(route.path, ":用户信息获取成功"); - }).catch(err => { - console.warn(err, "用户信息获取失败") - }); + // getUserInfo().then(res => { + // userInfo.value = res.user; + // console.log(route.path, ":用户信息获取成功"); + // }).catch(err => { + // console.warn(err, "用户信息获取失败") + // }); console.log(route.path,`:创建${itemList[selectIndex]}计划`); title.value="创建周计划"; currentEditDate.value.yearMonth = getDate({format: true}).substring(0, 7); // 只要年月