open dialog
This commit is contained in:
parent
fd72f206bc
commit
423240ac7d
|
@ -166,6 +166,11 @@ class Controller extends Component {
|
|||
|
||||
if (!value) return;
|
||||
|
||||
if (this.$params.sendSMS) {
|
||||
console.log(true);
|
||||
this.showSMSDialog();
|
||||
}
|
||||
|
||||
this.canStowaway();
|
||||
|
||||
let links = {
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"component": "vn-ticket-index",
|
||||
"description": "Tickets"
|
||||
}, {
|
||||
"url": "/:id",
|
||||
"url": "/:id?sendSMS&phone&message",
|
||||
"state": "ticket.card",
|
||||
"abstract": true,
|
||||
"component": "vn-ticket-card"
|
||||
|
|
Loading…
Reference in New Issue