add:页面跳转添加ticket
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user