|
@@ -199,7 +199,7 @@ const getFlowIndexNumber = async () => {
|
|
};
|
|
};
|
|
const getCountryMapData = async () => {
|
|
const getCountryMapData = async () => {
|
|
try {
|
|
try {
|
|
- const res = await getAction("/dmp-data/country/stats", queryParam);
|
|
|
|
|
|
+ const res = await getAction("/dmp-data/enquiry-country/stats", queryParam);
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
chartDetailData.value = res.result;
|
|
chartDetailData.value = res.result;
|
|
countryMapData.value = chartDetailData.value.map(entry => ({
|
|
countryMapData.value = chartDetailData.value.map(entry => ({
|