Download Excel in Backbone.js

后端 未结 1 787
北海茫月
北海茫月 2021-01-05 12:52
  //Download SKU logic
  downloadSku: function (e) {
    e.preventDefault();
    var checkedValues = this.$el.find(\'.chk:checked\').map(function () {
      return t         


        
相关标签:
1条回答
  • 2021-01-05 13:09

    I solved my issue:

    This is what i did

    I changed my options.dataType = 'text' as by default backbone was assuming it to be a json response and was doing a Object.parse

    0 讨论(0)
提交回复
热议问题