mirror of
https://github.com/frappe/books.git
synced 2025-02-13 09:29:18 +00:00
fix: update doc after Create new
This commit is contained in:
parent
1b15eb67e4
commit
1be67fd560
@ -135,6 +135,7 @@ export default {
|
|||||||
doc.once('afterSync', () => {
|
doc.once('afterSync', () => {
|
||||||
this.$emit('new-doc', doc);
|
this.$emit('new-doc', doc);
|
||||||
this.$router.back();
|
this.$router.back();
|
||||||
|
this.results = []
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
async getCreateFilters() {
|
async getCreateFilters() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user