@@ -514,7 +514,9 @@ export default {
if(this.queryParam.pageNo > 1 && this.bookListData.length === 1){
this.queryParam.pageNo = this.queryParam.pageNo -1
}
+ this.loading = true
deletePackingList({id:id}).then(res => {
+ this.loading = false
if (res.success) {
this.getBookList()
}else {