src/views/costAccounting/stdVsActCostAnalysis/index.vue
@@ -276,7 +276,9 @@ Authorization: `Bearer ${getToken()}`, })); const importAction = computed(() => getImportActionUrl()); const importAction = computed(() => getImportActionUrl({ periodTime: searchForm.month || undefined }) ); const chartRef = ref(null); const largeChartRef = ref(null);