deleteData: function(result, id) { axios.delete('https://my-json-server.typicode.com/json/posts/' + result.id) .then(response ...
確定! 回上一頁