Browse Source

上传

master
前端-胡立永 8 months ago
parent
commit
fd965c3fda
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pages_order/components/list/cardList.vue

+ 2
- 2
pages_order/components/list/cardList.vue View File

@ -60,12 +60,12 @@
} }
}, },
methods: { methods: {
// 1-2-3-
// 0-1-2-
getList(){ getList(){
this.queryParams.pageNo = 1 this.queryParams.pageNo = 1
this.$api('queryRoleInfoList', { this.$api('queryRoleInfoList', {
...this.queryParams, ...this.queryParams,
roleId : parseInt(this.type) + 1,
roleId : parseInt(this.type),
}, res => { }, res => {
uni.stopPullDownRefresh() uni.stopPullDownRefresh()
if(res.code == 200){ if(res.code == 200){


Loading…
Cancel
Save