|
|
@ -13,6 +13,7 @@ const modelMapper = {
|
|
|
|
'destination': { url: '/service-Analyse2/GetTradeApartByDestination', keySort: false },
|
|
|
|
'destination': { url: '/service-Analyse2/GetTradeApartByDestination', keySort: false },
|
|
|
|
'GlobalDestination': { url: '/service-Analyse2/GetTradeApartByGlobalDestination', keySort: false },
|
|
|
|
'GlobalDestination': { url: '/service-Analyse2/GetTradeApartByGlobalDestination', keySort: false },
|
|
|
|
'destinationCountry': { url: '/service-Analyse2/GetTradeApartByDestinationCountry', keySort: false },
|
|
|
|
'destinationCountry': { url: '/service-Analyse2/GetTradeApartByDestinationCountry', keySort: false },
|
|
|
|
|
|
|
|
'guestCountry': { url: '/service-Analyse2/GetTradeApartByGuestCountry', keySort: false },
|
|
|
|
};
|
|
|
|
};
|
|
|
|
class Distribution {
|
|
|
|
class Distribution {
|
|
|
|
constructor(appStore) {
|
|
|
|
constructor(appStore) {
|
|
|
@ -83,6 +84,7 @@ class Distribution {
|
|
|
|
this.destination = { loading: false, dataSource: [] };
|
|
|
|
this.destination = { loading: false, dataSource: [] };
|
|
|
|
this.GlobalDestination = { loading: false, dataSource: [] };
|
|
|
|
this.GlobalDestination = { loading: false, dataSource: [] };
|
|
|
|
this.destinationCountry = { loading: false, dataSource: [] };
|
|
|
|
this.destinationCountry = { loading: false, dataSource: [] };
|
|
|
|
|
|
|
|
this.guestCountry = { loading: false, dataSource: [] };
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
curTab = 'tourDays';
|
|
|
|
curTab = 'tourDays';
|
|
|
@ -114,6 +116,7 @@ class Distribution {
|
|
|
|
destination = { loading: false, dataSource: [] };
|
|
|
|
destination = { loading: false, dataSource: [] };
|
|
|
|
GlobalDestination = { loading: false, dataSource: [] };
|
|
|
|
GlobalDestination = { loading: false, dataSource: [] };
|
|
|
|
destinationCountry = { loading: false, dataSource: [] };
|
|
|
|
destinationCountry = { loading: false, dataSource: [] };
|
|
|
|
|
|
|
|
guestCountry = { loading: false, dataSource: [] };
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|