open dialog
This commit is contained in:
parent
fd72f206bc
commit
423240ac7d
|
@ -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 = {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue