0👍
✅
You should call it with this.storeNewOrder()
but I suspect it may be out of scope.
So at the top of the mounted
function do:
const self = this;
this.webixId = webix.ui({
...
And then call it with self.storeNewOrder()
Try both ways.
Source:stackexchange.com