@@ -30,8 +30,11 @@ export default {
},
methods: {
openPopup(row) {
+ console.log(row, "row-----");
this.showPopup = true;
- this.bookInfo = row;
+ if(row.isbn){
+ this.bookInfo = row;
+ }
closePopup() {
this.showPopup = false;