This commit is contained in:
caozehui
2025-03-20 16:31:15 +08:00
parent b729e4efa1
commit ffb44ea909
3 changed files with 62 additions and 62 deletions

View File

@@ -1064,7 +1064,7 @@ const openDrawer = async (title: string, row: any) => {
if (title === '报告生成') {
await generateDevReport({'planId': checkStore.plan.id, 'devId': row.id})
await generateDevReport({'planId': checkStore.plan.id, 'devId': row.id,'scriptId':checkStore.plan.scriptId})
emit('batchGenerateClicked') // 触发事件
ElMessage.success({message: `报告生成成功!`})
}