2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 20:18:26 +00:00

fix: update doc after Create new

This commit is contained in:
18alantom 2022-06-20 12:33:38 +05:30
parent 1b15eb67e4
commit 1be67fd560

View File

@ -135,6 +135,7 @@ export default {
doc.once('afterSync', () => {
this.$emit('new-doc', doc);
this.$router.back();
this.results = []
});
},
async getCreateFilters() {