审核优化

hc_zhufu
刘妍 2024-06-04 14:24:14 +08:00
parent 408105ee93
commit 51ff42e519
1 changed files with 1 additions and 1 deletions

View File

@ -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();