fix: GrowthQuality import api默认导出
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, computed, onMounted, nextTick } from 'vue'
|
||||
import * as echarts from 'echarts'
|
||||
import { api } from '@/api'
|
||||
import api from '@/api'
|
||||
|
||||
const entityId = ref(Number(localStorage.getItem('cma_entity_id') || 1))
|
||||
const period = ref('2026-06')
|
||||
|
||||
Reference in New Issue
Block a user