流程审核表单优化
parent
18a9c2a3c3
commit
460736170f
|
|
@ -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] = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue