Browse Source

柱状图时间为空默认本年

lihuilin/feature-20250623164044-金币前端
lihuilin 4 weeks ago
parent
commit
46a1dd1ea5
  1. 4
      src/views/workspace/index.vue
  2. 2
      stats.html

4
src/views/workspace/index.vue

@ -391,6 +391,10 @@ const getChartData = async () => {
await getMarkets() await getMarkets()
} }
//
if(!dateRange.value || dateRange.value.length === 0){
getYear()
}
const params = { const params = {
markets: markets.value, markets: markets.value,

2
stats.html
File diff suppressed because it is too large
View File

Loading…
Cancel
Save