javaweb 前端代码删除代码


    
Delete(row){
     var _this=this;
    _this.brand.id=row.id;
    // console.log(this.brand.id);
    axios({
        method:"get",
        url:"http://localhost:8080/brand-case/servletdetect?id="+_this.brand.id//取id
        //data:_this.brand.id
    }).then(function (resp){
      if(resp.data==="dd"){
          _this.selectAll();
      }
    })
},

你可能感兴趣的:(java,前端框架)