mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
perf: 去掉debug
This commit is contained in:
@@ -34,9 +34,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
console.log('Ticket detail mounted', this.$route)
|
||||
},
|
||||
methods: {
|
||||
getObjectName() {
|
||||
return this.ticket.title
|
||||
|
@@ -28,8 +28,7 @@ export default {
|
||||
type_display: '',
|
||||
status: '',
|
||||
assignees_display: '',
|
||||
date_created: '',
|
||||
done: 0
|
||||
date_created: ''
|
||||
},
|
||||
config: {
|
||||
activeMenu: 'TicketDetail',
|
||||
|
Reference in New Issue
Block a user