src/templates/formtabconfig/dragelement/index.jsx
@@ -55,8 +55,10 @@ let oInput = document.createElement('input') let val = JSON.parse(JSON.stringify(_card)) val.copyType = 'form' val.uuid = Utils.getuuid() delete val.originUuid delete val.iscopy oInput.value = window.btoa(window.encodeURIComponent(JSON.stringify(val))) document.body.appendChild(oInput)