src/views/projectEngineering/projectLibrary/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/projectEngineering/projectLibrary/index.vue
@@ -372,6 +372,7 @@ queryParams: { currentPage: 1, pageSize: 10, center: 0, // 1 代表项目中心 projectName: null, projectCode: null, projectStartTime: null, @@ -405,6 +406,9 @@ created() { this.queryParams.importanceType = this.$route.query.importanceType; const projectPhase = this.$route.query.projectPhase; if (projectPhase === '6') { this.queryParams.center = 1 } if (!projectPhase || projectPhase === '1' || projectPhase === '6') { this.isReserve = true; }