From 4430dd6715bc61f3bc15e6585ff41cb89d5b3bf6 Mon Sep 17 00:00:00 2001 From: Neeraj Sharma Date: Fri, 27 Dec 2019 16:24:55 +0530 Subject: [PATCH] somethings changes in design and comment all console --- src/pages/Account/globalPayment.vue | 4 ++-- src/pages/Account/viewInvoice.vue | 1 - src/pages/Library/books.vue | 10 ++++----- src/pages/Students/students.vue | 41 +++++++++++++++---------------------- 4 files changed, 24 insertions(+), 32 deletions(-) diff --git a/src/pages/Account/globalPayment.vue b/src/pages/Account/globalPayment.vue index 1ab12e6..4381960 100644 --- a/src/pages/Account/globalPayment.vue +++ b/src/pages/Account/globalPayment.vue @@ -262,7 +262,7 @@ export default { this.showLoader = false; // console.log("getSectionsList=====>", this.addSection); }) - .catch(err => { + .catch(error => { this.showLoader = false; // console.log("err====>", err); // this.$router.replace({ path: '/' }); @@ -298,7 +298,7 @@ export default { }) .then(response => { this.studentInvoiceData = response.data.data; - console.log("this.studentInvoiceData", this.studentInvoiceData); + // console.log("this.studentInvoiceData", this.studentInvoiceData); this.showLoader = false; }) .catch(err => { diff --git a/src/pages/Account/viewInvoice.vue b/src/pages/Account/viewInvoice.vue index 8c19beb..b2c427e 100644 --- a/src/pages/Account/viewInvoice.vue +++ b/src/pages/Account/viewInvoice.vue @@ -129,7 +129,6 @@