diff --git a/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue index 0d430ccd..62180d55 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue @@ -69,13 +69,13 @@
Add Billing Address
- +
Define Location
- +
Generate Invoice
@@ -286,7 +286,7 @@ }, successHandler(response){ this.item = response.payload.data; - // this.$forceUpdate(); + this.updateList(); } }, mixins: [componentHandler]