Improve usability
This commit is contained in:
parent
4c6fb60dd2
commit
6819eb3b4d
11 changed files with 72 additions and 45 deletions
|
|
@ -293,9 +293,6 @@ export default Vue.extend({
|
|||
viaMobile: viaMobile
|
||||
}).then(data => {
|
||||
this.$emit('posted');
|
||||
this.$nextTick(() => {
|
||||
this.$destroy();
|
||||
});
|
||||
}).catch(err => {
|
||||
this.posting = false;
|
||||
});
|
||||
|
|
@ -309,7 +306,6 @@ export default Vue.extend({
|
|||
|
||||
cancel() {
|
||||
this.$emit('cancel');
|
||||
this.$destroy();
|
||||
},
|
||||
|
||||
kao() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue