VM2857:1 thirdScriptError
Converting circular structure to JSON;at pages/index/report/index onReady function;at api request success callback function
TypeError: Converting circular structure to JSON
at JSON.stringify (<anonymous>)
at h (http://127.0.0.1:64320/appservice/__dev__/WAService.js:16:22918))
at e.value (http://127.0.0.1:64320/appservice/__dev__/WAService.js:16:24873))
at a._updateCb (http://127.0.0.1:64320/appservice/__dev__/WAService.js:15:15089))
at a.doUpdates (http://127.0.0.1:64320/appservice/__dev__/WAService.js:14:20211))
at i.p.setData (http://127.0.0.1:64320/appservice/__dev__/WAService.js:15:19057))
at r.value (http://127.0.0.1:64320/appservice/__dev__/WAService.js:16:12405))
at Object.success (http://127.0.0.1:64320/appservice/pages/index/report/index.js:268:14)
at Function.success (http://127.0.0.1:64320/appservice/pages/index/report/getBarData.js:17:20)
at Object.success (http://127.0.0.1:64320/appservice/__dev__/WAService.js:3:14159))
操作流程:第一次通过 echartInit 去调用 bindGetUserEchartData,开发者工具并无报错,在第二次更改了查询条件通过 exchangeReportMonth 去调用bindGetUserEchartData就报错了,错误信息如上,部分代码截图,
两次调用:后端返回的数据完全一致
请各位大神告知错误地方,谢谢