[Vuejs]-Get request working fine. Post request is not working

0👍

let sendingData must be object not array.

let sendingData = { CustomerName: this.deviceData.CustomerName, machine: this.deviceData.machine, id: this.$route.params.id, additionaltitle: this.deviceData.additionaltitle, transactiontype:transactiontype, sendingfeeedback: sendingfeeedback }

Leave a comment