mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
comment console.log
This commit is contained in:
parent
dee27ee01f
commit
e336990b16
@ -31,8 +31,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log('AddAddress: data context', this.context);
|
//console.log('AddAddress: data context', this.context);
|
||||||
console.log('AddAddress: data options', this.options);
|
//console.log('AddAddress: data options', this.options);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
displayErrors() {
|
displayErrors() {
|
||||||
|
@ -458,11 +458,9 @@ export default {
|
|||||||
|
|
||||||
getCountries() {
|
getCountries() {
|
||||||
this.flag.loading = true;
|
this.flag.loading = true;
|
||||||
console.log('## GO');
|
|
||||||
fetchCountries().then(
|
fetchCountries().then(
|
||||||
countries => new Promise((resolve, reject) => {
|
countries => new Promise((resolve, reject) => {
|
||||||
this.entity.loaded.countries = countries.results;
|
this.entity.loaded.countries = countries.results;
|
||||||
console.log('## COMPLETE !');
|
|
||||||
this.flag.editPane = true;
|
this.flag.editPane = true;
|
||||||
this.flag.loading = false;
|
this.flag.loading = false;
|
||||||
resolve()
|
resolve()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user