审核优化
parent
408105ee93
commit
51ff42e519
|
|
@ -512,7 +512,7 @@
|
|||
.then(async (res) => {
|
||||
res[designerData.formCurrentNode.formRelationId] = instanceInfo.pkeyValue;
|
||||
for (var item in res) {
|
||||
if (!res[item]) {
|
||||
if (res[item] == undefined) {
|
||||
res[item] = '';
|
||||
if (item.search('_input_guid') != -1) {
|
||||
res[item] = buildGUID();
|
||||
|
|
|
|||
Loading…
Reference in New Issue