king
2025-01-09 ab28c7bc9534a63bee420ba22751a50cb70782c0
src/templates/sharecomponent/actioncomponent/dragaction/index.jsx
@@ -68,12 +68,6 @@
        delete _val.controlField
        delete _val.controlVal
      }
      delete _val.$srcId
      let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId')
      if (srcid) {
        _val.$srcId = srcid
      }
      
      _val.uuid = Utils.getuuid()
      _val = window.btoa(window.encodeURIComponent(JSON.stringify(_val)))