src/utils/utils-custom.js
@@ -3083,7 +3083,7 @@ if (['select', 'link', 'multiselect', 'checkcard', 'radio'].includes(cell.type) && cell.resourceType === '1' && cell.dataSource) { let msg = getFormSql(cell, '搜索') sqls.push({uuid: cell.uuid, type: 'sForm', ...msg}) sqls.push({uuid: md5(item.uuid + cell.uuid), type: 'sForm', ...msg}) } }) } @@ -4819,7 +4819,8 @@ ` _tailScript = `${_tailScript} select @ErrorCode as ErrorCode,@retmsg as retmsg aaa: select @ErrorCode as ErrorCode,@retmsg as retmsg ` }