fix: 返回结果添加executionResult
This commit is contained in:
parent
4311527356
commit
8cb8badb5d
|
|
@ -465,6 +465,7 @@ export class TemplateController {
|
|||
executionDuration: execution.executionDuration,
|
||||
createdAt: execution.createdAt,
|
||||
updatedAt: execution.updatedAt,
|
||||
executionResult: execution.executionResult
|
||||
}, '获取执行进度成功');
|
||||
} catch (error) {
|
||||
if (error instanceof HttpException) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue