From 04f43d8ea853f52d3723f51135376d8704ee4256 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Thu, 13 Oct 2022 01:40:47 +0800 Subject: [PATCH] fix payment ui & reload issue --- .../elements/AdminPaymentsBillingComponent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]