Compare commits
2 commits
5a6349c5d3
...
444c2de16c
Author | SHA1 | Date | |
---|---|---|---|
444c2de16c | |||
8831f67f00 |
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ export default {
|
|||
},
|
||||
mounted() {
|
||||
this.scheduleAfterInit(() => [Promise.all([this.fetchTicketStates(), this.loadTickets(), this.loadUsers(), this.fetchShippingVouchers()]).then(()=>{
|
||||
if (this.ticket.state == "pending_new"){
|
||||
this.selected_state = "pending_open";
|
||||
this.changeTicketStatus(this.ticket)
|
||||
};
|
||||
this.selected_state = this.ticket.state;
|
||||
this.selected_assignee = this.ticket.assigned_to
|
||||
})]);
|
||||
|
|
Loading…
Reference in a new issue