|
|
@ -491,13 +491,7 @@ export default { |
|
|
|
else if (options.currentTab === 'element-change-trend') |
|
|
|
setImage(12, options.trendItems, options.currentCategory + '/' + options.currentSurfaceTemperatureTime); |
|
|
|
else { |
|
|
|
if (options.iStTimeRange == false) { |
|
|
|
setImage(12, options.trendItems, options.currentCategory + '/' + options.currentYear); |
|
|
|
} |
|
|
|
if (options.isDateRange == false) { |
|
|
|
setImage(12, options.trendItems, options.currentCategory + '/' ); |
|
|
|
} |
|
|
|
setImage(12, options.trendItems, options.currentCategory + '/' + options.currentTime + '/' + options.currentYear); |
|
|
|
interpretation() |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|