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 } }) }