| | |
| | | this.$router.push({ |
| | | path: '/projectEngineering/project/reserveProjects', |
| | | query: { |
| | | projectCategory: '1' |
| | | projectPhase: '1' |
| | | } |
| | | }); |
| | | break; |
| | |
| | | this.$router.push({ |
| | | path: '/projectEngineering/project/previousProjects', |
| | | query: { |
| | | projectCategory: '2' |
| | | projectPhase: '2' |
| | | } |
| | | }); |
| | | break; |
| | |
| | | this.$router.push({ |
| | | path: '/projectEngineering/project/implementationProject', |
| | | query: { |
| | | projectCategory: '3' |
| | | projectPhase: '3' |
| | | } |
| | | }); |
| | | break; |
| | |
| | | this.$router.push({ |
| | | path: '/projectEngineering/project/completedProjects', |
| | | query: { |
| | | projectCategory: '4' |
| | | projectPhase: '4' |
| | | } |
| | | }); |
| | | break; |