mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
fixed loading forever on upload chinabankslip
This commit is contained in:
@@ -320,9 +320,11 @@
|
||||
|
||||
axios
|
||||
.get('/api/admin/booking/' + this.$route.params.id)
|
||||
.then((response) => {
|
||||
.then((response) => {
|
||||
this.loading = false
|
||||
this.booking_details = response.data
|
||||
}).catch((error) => {
|
||||
this.loading = false
|
||||
console.log(error)
|
||||
this.$router.push({
|
||||
name: 'notfound'
|
||||
|
||||
Reference in New Issue
Block a user