findAllTableData(page,size){
page=page?page:this.pageNow,
size=size?size:this.size;
this.$http.get("http://localhost:8989/matchs/findByPage?pageNow="+page+"&pageSize="+size).then(res=>{
this.tableData=https://bbs.csdn.net/topics/res.data.matchs;
this.total=res.data.total;
});
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/277572.html
標籤:Java EE
