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
Block a user