src/views/projectManage/plan/planRecord.vue
File was renamed from src/views/projectPlan/planRecord.vue @@ -191,7 +191,7 @@ /** 修改项目计划项 */ handlePlanInfo(row) { this.$router.push({ path: '/projectPlan/planInfo', name: 'PlanInfo', query: { data: JSON.stringify(row), planInfoData: this.planInfoData @@ -207,7 +207,7 @@ // 查看项目计划项 handleCheckPlanInfo(row) { this.$router.push({ path: '/projectPlan/planInfoCheck', path: '/projectManage/planInfoCheck', query: { data: JSON.stringify(row), }