数据分析
This commit is contained in:
@@ -395,7 +395,7 @@ const showDeviceOpen = (row: Partial<Plan.ReqPlan> = {}) => {
|
||||
const myDict = new Map<string, any[]>();
|
||||
|
||||
const statisticalAnalysis = async (row: Partial<Plan.ReqPlan> = {}) => {
|
||||
await staticsAnalyse(row.id)
|
||||
useDownload(staticsAnalyse,row.name+'分析结果', {planId:row.id}, false,'.xlsx')
|
||||
|
||||
// const response = await getTestConfig() as unknown as Base.ResTestConfig
|
||||
// const maxTime= response.data.maxTime//检测最大次数
|
||||
|
||||
Reference in New Issue
Block a user