mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
delete all console.log
This commit is contained in:
@@ -154,7 +154,6 @@
|
||||
this.billingAddress = response.payload.data;
|
||||
},
|
||||
updateAddress(address){
|
||||
console.log(address);
|
||||
this.addressDropdownLaunch.status = false;
|
||||
this.selectedAddress = address;
|
||||
this.createAddress = false;
|
||||
|
||||
-1
@@ -43,7 +43,6 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
console.log("created detach");
|
||||
},
|
||||
|
||||
mixins: [componentHandler, ModalFormHandler]
|
||||
|
||||
@@ -385,8 +385,6 @@
|
||||
}
|
||||
}).then(response => {
|
||||
|
||||
console.log(response);
|
||||
|
||||
if(response.status === 401 && window.location.href !== route('login')){
|
||||
dispatch('userAuthentication', {access_token: '', redirect_url: '/'});
|
||||
}
|
||||
|
||||
@@ -70,7 +70,6 @@
|
||||
this.$root.$emit('selectedBookings', e.target, this.item);
|
||||
},
|
||||
showPurchaseDetails(id){
|
||||
console.log(this.selected_id);
|
||||
this.selected_id = id;
|
||||
},
|
||||
formatAmount(amount){
|
||||
|
||||
@@ -234,7 +234,6 @@
|
||||
// location.reload();
|
||||
},
|
||||
successHandler(){
|
||||
console.log('successful');
|
||||
if(this.part == 1 || this.part == 4){
|
||||
location.reload();
|
||||
}
|
||||
|
||||
@@ -97,9 +97,7 @@
|
||||
console.log(error);
|
||||
},
|
||||
successHandler(response) {
|
||||
console.log(response);
|
||||
this.returnData = response;
|
||||
console.log(this.returnDataKeys);
|
||||
},
|
||||
},
|
||||
mixins: [ModalFromHandler]
|
||||
|
||||
@@ -89,7 +89,6 @@
|
||||
},
|
||||
},
|
||||
created() {
|
||||
console.log(this.parameters)
|
||||
this.parameters.company_id = this.company_id;
|
||||
this.parameters.account_type = this.data.type;
|
||||
},
|
||||
@@ -134,8 +133,6 @@
|
||||
},
|
||||
methods: {
|
||||
submitForm(){
|
||||
console.log(this.company_id)
|
||||
|
||||
this.submit(route('api.bank.update', this.data.id), 'put', this.section, true, true);
|
||||
},
|
||||
},
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
methods: {
|
||||
search() {
|
||||
this.options['reference_like'] = this.marking;
|
||||
console.log(this.options);
|
||||
this.currentKey+=1;
|
||||
},
|
||||
reset() {
|
||||
|
||||
@@ -50,9 +50,6 @@
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
test() {
|
||||
console.log('sjhb');
|
||||
},
|
||||
},
|
||||
mixins: [componentHandler, ModalFormHandler]
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
search() {
|
||||
this.options['email_like'] = this.email;
|
||||
this.currentKey+=1;
|
||||
console.log(this.options);
|
||||
},
|
||||
reset() {
|
||||
this.email = '';
|
||||
|
||||
Reference in New Issue
Block a user