wip
This commit is contained in:
parent
ea70350dcc
commit
07efc8e150
90 changed files with 427 additions and 425 deletions
|
|
@ -114,13 +114,13 @@
|
|||
state: 'waiting'
|
||||
});
|
||||
|
||||
this.refs.form.on('denied', () => {
|
||||
this.$refs.form.on('denied', () => {
|
||||
this.update({
|
||||
state: 'denied'
|
||||
});
|
||||
});
|
||||
|
||||
this.refs.form.on('accepted', this.accepted);
|
||||
this.$refs.form.on('accepted', this.accepted);
|
||||
}
|
||||
}).catch(error => {
|
||||
this.update({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue