king
2024-09-13 c59272a71754865503c6a3ddeabc6c6da3ed47ce
src/utils/utils-custom.js
@@ -3214,8 +3214,8 @@
          // 数据源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)
        
@@ -3248,7 +3248,7 @@
            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)