-
+
@@ -218,7 +219,7 @@
{{ props.index + 1}} |
{{ props.item.name }} |
{{ props.item.author }} |
- {{ props.item.subjectCode }} |
+ {{ props.item.subjectCode }} |
{{ props.item.price }} |
{{ props.item.quantity }} |
{{ props.item.rackNo }} |
@@ -282,7 +283,7 @@
{
if ((this.snackbar = true)) {
- this.text = "Successfully delete Existing feetype";
+ this.text = "Successfully delete Existing Delete Student ";
}
this.getBookData();
})
@@ -528,6 +528,7 @@ export default {
this.dialog2 = false;
},
submit() {
+ this.BooksData.quantity = Number(this.BooksData.quantity);
if (this.$refs.form.validate()) {
this.loading = true;
http()
diff --git a/src/pages/Library/eBook.vue b/src/pages/Library/eBook.vue
index 93d8877..a307b3c 100644
--- a/src/pages/Library/eBook.vue
+++ b/src/pages/Library/eBook.vue
@@ -270,7 +270,7 @@
-
+
@@ -702,6 +702,7 @@ export default {
this.token = this.$store.state.token;
this.getEBooksList();
this.getAllClass();
+ this.getBookData();
// this.editItem;
},
created() {
diff --git a/src/pages/Library/issue.vue b/src/pages/Library/issue.vue
index 5ec05a3..a342ce9 100644
--- a/src/pages/Library/issue.vue
+++ b/src/pages/Library/issue.vue
@@ -17,7 +17,7 @@
class="subheading"
>Add Issue
-
+
{{ text }}
-
+
-
+
{{ props.index + 1}} |
-
{{ props.item.title}} |
{{ props.item.description}} |
@@ -288,7 +288,7 @@
-
+
@@ -298,38 +298,12 @@
:right="x === 'right'"
:vertical="mode === 'vertical'"
v-model="snackbar"
- color="success"
+ :color="color"
>{{ text }}
-
@@ -337,7 +311,7 @@
Book:
-
+ >
@@ -397,7 +375,7 @@
@@ -405,13 +383,43 @@