| | |
| | | // 数据源sql语句,预处理,权限黑名单字段设置为隐藏表单 |
| | | if (['select', 'link', 'multiselect', 'radio', 'checkbox', 'checkcard'].includes(form.type) && form.resourceType === '1') { |
| | | let msg = getFormSql(form, '表单') |
| | | |
| | | sqls.push({uuid: form.uuid, type: 'form', ...msg}) |
| | | |
| | | sqls.push({uuid: md5(cell.uuid + form.uuid), type: 'form', ...msg}) |
| | | } else if (form.type === 'popSelect') { |
| | | let msg = getPopSelectSql(form) |
| | | |
| | |
| | | if (['select', 'link', 'multiselect', 'radio', 'checkbox', 'checkcard'].includes(form.type) && form.resourceType === '1') { |
| | | let msg = getFormSql(form, '表单') |
| | | |
| | | sqls.push({uuid: form.uuid, type: 'form', ...msg}) |
| | | sqls.push({uuid: md5(cell.uuid + form.uuid), type: 'form', ...msg}) |
| | | } else if (form.type === 'popSelect') { |
| | | let msg = getPopSelectSql(form) |
| | | |