|
@@ -123,9 +123,9 @@
|
|
let param={
|
|
let param={
|
|
uid:this.$store.state.userInfo.userid,
|
|
uid:this.$store.state.userInfo.userid,
|
|
pid:JSON.parse(localStorage.getItem('pid')),
|
|
pid:JSON.parse(localStorage.getItem('pid')),
|
|
- cid:0,
|
|
|
|
|
|
+ cid:"",
|
|
leader:'',
|
|
leader:'',
|
|
- state:99,
|
|
|
|
|
|
+ state:"",
|
|
page:this.table.currentPage,
|
|
page:this.table.currentPage,
|
|
lim:this.table.packageSize
|
|
lim:this.table.packageSize
|
|
}
|
|
}
|