[Vuejs]-Can't send Array to Controller

1👍

You are attempting to loop over a string, as you’ve already called JSON.stringify there. Maybe get rid of that stringification call? It’s hard to tell what the actual problem is without seeing your data and the desired result.

Leave a comment