From 80cd0d5cc25176c3efe771aa40a7150c75331953 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期三, 27 十一月 2024 00:10:27 +0800 Subject: [PATCH] 上级批复,计划日志展示 --- src/views/projectManage/plan/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/projectPlan/index.vue b/src/views/projectManage/plan/index.vue similarity index 99% rename from src/views/projectPlan/index.vue rename to src/views/projectManage/plan/index.vue index 6ffcc71..7d2d5f5 100644 --- a/src/views/projectPlan/index.vue +++ b/src/views/projectManage/plan/index.vue @@ -329,7 +329,7 @@ /** 鏌ョ湅椤圭洰璁″垝璁板綍 */ handlePlanRecord(row) { this.$router.push({ - path: '/projectPlan/planRecord', + path: '/projectManage/planRecord', query: { data: JSON.stringify(row) } -- Gitblit v1.8.0