比对式检测完成-自动生成报告功能

This commit is contained in:
caozehui
2025-11-05 15:35:54 +08:00
parent f6b4979e7c
commit bd5692fa23
5 changed files with 16 additions and 21 deletions

View File

@@ -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: `报告生成成功!` })