zhangwencui
8 天以前 e94a04d65fb91a9ad3cc03d10d56ccd0a3f716f9
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);