king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/components/editor/index.jsx
@@ -48,7 +48,7 @@
      if (initVal) {
        try {
          initVal = window.decodeURIComponent(window.atob(initVal))
        } catch {
        } catch (e) {
          initVal = this.props['data-__meta'].initialValue || null
        }
      }
@@ -72,7 +72,7 @@
      if (encryption === 'true') {
        try {
          val = window.btoa(window.encodeURIComponent(val))
        } catch {
        } catch (e) {
          val = editorState.toHTML()
        }
      }
@@ -94,6 +94,7 @@
    form.append('shardingCnt', _param.chunks)
    form.append('shardingNo', _param.chunk)
    form.append('LoginUID', sessionStorage.getItem('LoginUID') || '')
    form.append('UserID', sessionStorage.getItem('UserID') || '')
    Api.getLargeFileUpload(form).then(res => {
      if (res.status) {