mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 01:22:44 +00:00
feat: 执行详情功能
This commit is contained in:
parent
d1531fc593
commit
d10c3e1c6c
|
|
@ -134,6 +134,7 @@ const clickShowDebug = () => {
|
|||
const workflow = new WorkFlowInstanse(graphData)
|
||||
try {
|
||||
workflow.is_valid()
|
||||
getDetail()
|
||||
showDebug.value = true
|
||||
} catch (e: any) {
|
||||
MsgError(e.toString())
|
||||
|
|
|
|||
Loading…
Reference in New Issue