xiangpei
2024-11-27 172cf9e6fb95520c72f634433c697eae6a2ac3fb
src/views/projectManage/plan/planInfo.vue
File was renamed from src/views/projectPlan/planInfo.vue
@@ -169,7 +169,7 @@
    /** 返回项目计划记录 */
    handlePlanRecord(planInfoData) {
      this.$router.push({
        path: '/projectPlan/planRecord',
        name: '/projectManage/planRecord',
        query: {
          data: JSON.stringify(planInfoData)
        }