vue发送post请求
this.axios.post(this.API.StockIn.findStockInList, {//发送请求 跳转页面fid: this.fid,page: '1',pageSize: '10',sortType: 'auto'}).then((response) => {...
·
this.axios.post(this.API.StockIn.findStockInList, {//发送请求 跳转页面
fid: this.fid,
page: '1',
pageSize: '10',
sortType: 'auto'
}).then((response) => {
console.log("返回的值"+response.data)
}).catch((response) => {
console.log("错误"+response)
})
更多推荐
已为社区贡献2条内容
所有评论(0)