src/templates/zshare/editTable/index.jsx
@@ -419,11 +419,6 @@ } try { let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId') if (srcid) { msg.$srcId = srcid } msg = window.btoa(window.encodeURIComponent(JSON.stringify(msg))) } catch (e) { console.warn('Stringify Failure')