vue删除指定id的数据
注意click需要传入当前的id值
deletes:function(id){
this.$http.delete("http://jsonplaceholder.typicode.com/users/"+id).
then(function(data){
console.log(data)
this.$router.push({path:"/",query:{alert:"用户删除成功"}})
})
相关推荐
yangkang 2020-11-09
lbyd0 2020-11-17
KANSYOUKYOU 2020-11-16
wushengyong 2020-10-28
腾讯soso团队 2020-11-06
Apsaravod 2020-11-05
PeterChangyb 2020-11-05
gyunwh 2020-11-02