open dialog

This commit is contained in:
Joan Sanchez 2019-11-21 13:02:46 +01:00
parent fd72f206bc
commit 423240ac7d
2 changed files with 6 additions and 1 deletions

View File

@ -166,6 +166,11 @@ class Controller extends Component {
if (!value) return; if (!value) return;
if (this.$params.sendSMS) {
console.log(true);
this.showSMSDialog();
}
this.canStowaway(); this.canStowaway();
let links = { let links = {

View File

@ -43,7 +43,7 @@
"component": "vn-ticket-index", "component": "vn-ticket-index",
"description": "Tickets" "description": "Tickets"
}, { }, {
"url": "/:id", "url": "/:id?sendSMS&phone&message",
"state": "ticket.card", "state": "ticket.card",
"abstract": true, "abstract": true,
"component": "vn-ticket-card" "component": "vn-ticket-card"