Javascript – Vue.js can't receive correct return value from POST function
I would like to receive the full data like below which is what I send to backend { _id: 64a8a8e9903039edb52ccc4c, productName: 'Vial 2ml(US) Type1', OracleItemNum: 8110000008, batchSize: 823248, numCntrRecv: 11, aqlLevel: 'II', createdDate: 2023-07-08T00:08:09.288Z, __v: 0 } The database save…