data: function () {
return {
LoadedBaseMapLayers : [1,3,4,5,6,7]
}
}
if(this.LoadedBaseMapLayers.includes(1))
{
getBaseMapByLayerIdContent(id);
}
Uncaught TypeError: this.LoadedBaseMapLayers.includes is not a function