onCalculateTotal should be called with timeout
This commit is contained in:
parent
8515982cc7
commit
8b77dc10db
@ -309,7 +309,9 @@ const app = new Vue({
|
||||
// invoice_item_checkbox_sample: [],
|
||||
});
|
||||
|
||||
setTimeout(function() {
|
||||
this.onCalculateTotal();
|
||||
}.bind(this), 800);
|
||||
},
|
||||
|
||||
onSelectedTax(item_index) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user