微调
This commit is contained in:
@@ -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//检测最大次数
|
||||
|
||||
Reference in New Issue
Block a user