king
2025-01-18 f9f60bb0dd17a764ba03faa8041f5b6e9e071553
src/mob/components/formdragelement/index.jsx
@@ -64,13 +64,6 @@
    _card.$copy = true
    delete val.$srcId
    let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId')
    if (srcid) {
      val.$srcId = srcid
    }
    oInput.value = window.btoa(window.encodeURIComponent(JSON.stringify(val)))
    document.body.appendChild(oInput)
    oInput.select()
@@ -104,7 +97,10 @@
      newcard.span = 24
      newcard.focus = true
      if (item.subType === 'textarea') {
      if (item.subType === 'linkMain') {
        newcard.hidden = 'true'
        newcard.verifyVal = 'true'
      } else if (item.subType === 'textarea') {
        newcard.required = 'false'
      }