fix: 修复工作流参数设置无效

This commit is contained in:
shaohuzhang1 2024-08-28 12:11:52 +08:00 committed by shaohuzhang1
parent ffdd737733
commit 4d0f9baf90

View File

@ -172,7 +172,7 @@ const render = (
}) })
} }
if (data) { if (data) {
formValue.value = data formValue.value = _.cloneDeep(data)
} }
} }
/** /**