This commit is contained in:
sjl
2025-02-14 09:16:07 +08:00
parent e799dd2f08
commit 305c30d725
2 changed files with 10 additions and 3 deletions

View File

@@ -394,9 +394,6 @@ const showDeviceOpen = (row: Partial<Plan.ReqPlan> = {}) => {
const myDict = new Map<string, any[]>();
// 引用图表容器
const chartContainer = ref<HTMLElement | null>(null);
let myChart: echarts.ECharts | null = null;
const statisticalAnalysis = async (row: Partial<Plan.ReqPlan> = {}) => {
// const response = await getTestConfig() as unknown as Base.ResTestConfig
// const maxTime= response.data.maxTime//检测最大次数