|
@@ -6,7 +6,7 @@ import {sameOptionType} from '@/hooks/chart/config'
|
|
|
import apiChart from '@/api/chart'
|
|
|
const route=useRoute()
|
|
|
const chartInfo = ref(null)
|
|
|
-function getChartDetail(){
|
|
|
+async function getChartDetail(){
|
|
|
const params=sameOptionType.includes(Number(route.query.chartType))?{
|
|
|
ChartInfoId:Number(route.query.id),
|
|
|
DateType: '',
|