luohairen
2024-11-28 46e29a50eccda9f92fb2feeb18fa8a0ea4092587
src/views/projectManage/plan/planInfoCheck.vue
@@ -144,7 +144,7 @@
      loading: true,
      // 接收传递过来的项目计划数据
      planRecordData: {},
      planInfoData: {},
      projectInfoData: {},
      // 计划项数据
      tableData: [
        {
@@ -179,7 +179,7 @@
    getPlanRecordData() {
      // 从查询参数中获取数据
      this.planRecordData = this.$route.query.data
      this.planInfoData = this.$route.query.planInfoData
      this.projectInfoData = this.$route.query.projectInfoData
      this.search();
    },
    // 获取项目计划项
@@ -231,7 +231,7 @@
      this.$router.push({
        path: '/projectManage/planRecord',
        query: {
          data: this.planRecordData
          data: this.projectInfoData
        }
      })
    }