mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-23 14:34:21 +00:00
fix unwanted line removal
This commit is contained in:
@@ -77,7 +77,6 @@ export default {
|
||||
axios.get(this.url).then(response => {
|
||||
this.loading_btn = false;
|
||||
this.bookingTable = response.data
|
||||
console.log(this.bookingTable)
|
||||
})
|
||||
},
|
||||
filterTag (value, row) {
|
||||
|
||||
@@ -412,8 +412,6 @@ export default {
|
||||
axios.get(this.url).then(response => {
|
||||
this.loading_btn = false;
|
||||
this.bookingTable = response.data
|
||||
console.log(this.bookingTable)
|
||||
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user