this.message = null
this.error = null
this.op = view
if (view == 'list' )
this.city_id = null;
},
cityCreated() {
this.message = "City created"
-