this.$ajax({
method: 'delete',
url: '/api/commodityCategory/delete',
data: {
"id":"a"
},
})
.then(function(response) {
console.log(response);
})
.catch(function(response) {
console.log(response);
});
这样写好像毫无反应,也没有回报.看文档貌似也没有例子
this.$ajax 在vue的main.js配置过了
至尊宝的传说
侃侃无极
相关分类