mounted() {
//Pobranie parametru z srs w razie potrzeby
const command = this.$parent?.$parent?.api?.tables?.find(x => x.name === 'view');
const table = command ? this.convertSRSTableToObject(command) : [];
this.srsData = table[0] || {};
//SETUP URL for dictionary
var data = this.setERPremoteID(false);
console.log(data.remoteID);
console.log(data.remoteSource);
}