From de8f9ec7302c25233e61912cc8f4deef14825ed5 Mon Sep 17 00:00:00 2001 From: gengxin Date: Wed, 5 Mar 2025 13:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=B8=AD=E5=BF=83=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=9B=9E=E6=98=BE7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/ProjectManage.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/projectcenter/ProjectManage.vue b/src/views/projectcenter/ProjectManage.vue index 57f6be30..01969a2b 100644 --- a/src/views/projectcenter/ProjectManage.vue +++ b/src/views/projectcenter/ProjectManage.vue @@ -1583,6 +1583,10 @@ export default { state.doublepro = true; state.projectInfo = record; state.onceName = record.name; + console.log("handleEdit gx 项目中心-项目 进入 record" ,record); + console.log("handleEdit gx 项目中心-项目 进入 state.doublepro" ,state.doublepro); + console.log("handleEdit gx 项目中心-项目 进入 state.projectInfo" ,state.projectInfo); + console.log("handleEdit gx 项目中心-项目 进入 state.onceName" ,state.onceName); } else { router.push({ path: "/projectadd",