fix unwanted line removal

This commit is contained in:
lonetrinity
2018-07-19 12:32:48 +08:00
parent fef401d76c
commit a322b8b798
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -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) {
-2
View File
@@ -412,8 +412,6 @@ export default {
axios.get(this.url).then(response => {
this.loading_btn = false;
this.bookingTable = response.data
console.log(this.bookingTable)
})
},