From 172cf9e6fb95520c72f634433c697eae6a2ac3fb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 27 十一月 2024 02:37:37 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/projectManage/plan/planInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/projectPlan/planInfo.vue b/src/views/projectManage/plan/planInfo.vue similarity index 99% rename from src/views/projectPlan/planInfo.vue rename to src/views/projectManage/plan/planInfo.vue index 7e0b7cc..3fd438b 100644 --- a/src/views/projectPlan/planInfo.vue +++ b/src/views/projectManage/plan/planInfo.vue @@ -169,7 +169,7 @@ /** 杩斿洖椤圭洰璁″垝璁板綍 */ handlePlanRecord(planInfoData) { this.$router.push({ - path: '/projectPlan/planRecord', + name: '/projectManage/planRecord', query: { data: JSON.stringify(planInfoData) } -- Gitblit v1.8.0