format tickets in Tickets.vue
This commit is contained in:
parent
6dad675d1e
commit
3a5f35fa5d
7 changed files with 79 additions and 8 deletions
|
@ -74,7 +74,7 @@ export default {
|
|||
// message: JSON.stringify(e),
|
||||
// color: "success"
|
||||
//});
|
||||
console.log(e);
|
||||
//console.log(e);
|
||||
};
|
||||
this.notify_socket.onclose = (e) => {
|
||||
//if (this.socket_toast) {
|
||||
|
@ -86,7 +86,7 @@ export default {
|
|||
// message: JSON.stringify(e),
|
||||
// color: "danger"
|
||||
//});
|
||||
console.log(e);
|
||||
//console.log(e);
|
||||
setTimeout(() => {
|
||||
this.tryConnect();
|
||||
}, 1000);
|
||||
|
@ -101,7 +101,7 @@ export default {
|
|||
// message: JSON.stringify(e),
|
||||
// color: "danger"
|
||||
//});
|
||||
console.log(e);
|
||||
//console.log(e);
|
||||
setTimeout(() => {
|
||||
this.tryConnect();
|
||||
}, 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue