src/menu/components/card/cardcellcomponent/dragaction/index.jsx
@@ -56,13 +56,6 @@ copycard.uuid = Utils.getuuid() try { delete _val.$srcId let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId') if (srcid) { _val.$srcId = srcid } _val = window.btoa(window.encodeURIComponent(JSON.stringify(_val))) } catch (e) { console.warn('Stringify Failure')