yyb
5 天以前 5f5343365460eceee65f3c20fe0f97fe426f6415
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);