add:页面跳转添加ticket

This commit is contained in:
2021-09-15 15:49:49 +08:00
parent f6e81be1ab
commit ee746106bf
2 changed files with 8 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ export default {
// });
},
gotoProject(type) {
this.$router.push({ name: 'projectSelect', params: { type: type } });
this.$router.push({ name: 'projectSelect', params: { type: type, ticket: this.$route.query.ticket } });
},
onLoadStatistic() {
apis.projectStatistics().then(({ result }) => {