比对式检测完成-自动生成报告功能
This commit is contained in:
@@ -1018,9 +1018,7 @@ const handleTest = async (val: string) => {
|
||||
planId: checkStore.plan.id,
|
||||
devIdList: devIdList,
|
||||
scriptId: checkStore.plan.scriptId,
|
||||
planCode: checkStore.plan.code + '',
|
||||
pageNum: 1,
|
||||
pageSize: 999
|
||||
planCode: checkStore.plan.code + ''
|
||||
})
|
||||
emit('batchGenerateClicked') // 触发事件
|
||||
ElMessage.success({ message: `报告生成成功!` })
|
||||
@@ -1060,9 +1058,7 @@ const openDrawer = async (title: string, row: any) => {
|
||||
planId: checkStore.plan.id,
|
||||
devIdList: [row.id],
|
||||
scriptId: checkStore.plan.scriptId,
|
||||
planCode: checkStore.plan.code + '',
|
||||
pageNum: 1,
|
||||
pageSize: 999
|
||||
planCode: checkStore.plan.code + ''
|
||||
})
|
||||
emit('batchGenerateClicked') // 触发事件
|
||||
ElMessage.success({ message: `报告生成成功!` })
|
||||
|
||||
Reference in New Issue
Block a user