流程审核表单优化

hc_zhufu
刘妍 2024-05-30 08:50:04 +08:00
parent 18a9c2a3c3
commit 460736170f
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@
formBoxRef.value
.getForm()
.then(async (res) => {
res[designerData.formCurrentNode.formRelationId] = props.processId;
res[designerData.formCurrentNode.formRelationId] = instanceInfo.pkeyValue;
for (var item in res) {
if (res[item] == null) {
res[item] = '';