|
@@ -132,9 +132,9 @@
|
|
page:this.table.currentPage,
|
|
page:this.table.currentPage,
|
|
lim:this.table.packageSize
|
|
lim:this.table.packageSize
|
|
}
|
|
}
|
|
|
|
+ console.log(param);
|
|
this.ajax
|
|
this.ajax
|
|
.get(this.$store.state.api+'/GetAllActivity',param)
|
|
.get(this.$store.state.api+'/GetAllActivity',param)
|
|
-
|
|
|
|
.then(res=>{
|
|
.then(res=>{
|
|
console.log(res.data);
|
|
console.log(res.data);
|
|
this.tableData=res.data[0]
|
|
this.tableData=res.data[0]
|