|
@ -65,7 +65,7 @@ |
|
|
this.queryParams.pageNo = 1 |
|
|
this.queryParams.pageNo = 1 |
|
|
this.$api('queryRoleInfoList', { |
|
|
this.$api('queryRoleInfoList', { |
|
|
...this.queryParams, |
|
|
...this.queryParams, |
|
|
roleId : pin + 1, |
|
|
|
|
|
|
|
|
roleId : parseInt(this.type) + 1, |
|
|
}, res => { |
|
|
}, res => { |
|
|
uni.stopPullDownRefresh() |
|
|
uni.stopPullDownRefresh() |
|
|
if(res.code == 200){ |
|
|
if(res.code == 200){ |
|
|