gongchunyi
7 天以前 2f78c4aa959b742de3d5883c1dfe8a02a0c874b4
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);