gongchunyi
9 天以前 3fc5f85600e51d82a353e0f02164866ced8f49aa
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);