[Vuejs]-Create JSON without backslash

0๐Ÿ‘

โœ…

I just deleted the part where i create a String. So this works fine:

 try {

    const response = ResultService.saveSurveyResult({
      result: result.data,
      UserId: UserId,
      SurveyId: 1
    });

Leave a comment