微调
This commit is contained in:
@@ -1067,7 +1067,7 @@ const openDrawer = async (title: string, row: any) => {
|
||||
|
||||
|
||||
if (title === '报告生成') {
|
||||
await generateDevReport({'planId': checkStore.plan.id, 'devId': row.id,'scriptId':checkStore.plan.scriptId,'planCode':checkStore.plan.code+''})
|
||||
await generateDevReport({'planId': checkStore.plan.id, 'devIdList': [row.id],'scriptId':checkStore.plan.scriptId,'planCode':checkStore.plan.code+''})
|
||||
emit('batchGenerateClicked') // 触发事件
|
||||
ElMessage.success({message: `报告生成成功!`})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user