mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复工作流参数设置无效
This commit is contained in:
parent
ffdd737733
commit
4d0f9baf90
|
|
@ -172,7 +172,7 @@ const render = (
|
|||
})
|
||||
}
|
||||
if (data) {
|
||||
formValue.value = data
|
||||
formValue.value = _.cloneDeep(data)
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue