Authored by htoooth

fix

... ... @@ -81,6 +81,9 @@ export default {
name: 'repository.invoice.edit',
params: {
id: result.data
},
query: {
brandId: this.brandId
}
});
}
... ...
... ... @@ -44,6 +44,7 @@
},
created() {
this.invoiceService = new InvoiceService();
this.brandId = this.brandId || this.$route.query.brandId;
this.search();
},
methods: {
... ...