Browse Source

Merge branch '03/03Lebao' into test

mo 4 years ago
parent
commit
2caa4cf733
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/studentManager/components/studentLebao.vue

+ 1 - 0
src/views/studentManager/components/studentLebao.vue

@@ -144,6 +144,7 @@ export default {
      try{
      try{
        const res = await getInstrument({...this.searchForm,rows:this.pageInfo.limit,page:this.pageInfo.page})
        const res = await getInstrument({...this.searchForm,rows:this.pageInfo.limit,page:this.pageInfo.page})
         this.tableList = res.data.rows
         this.tableList = res.data.rows
+        this.pageInfo.total = res.data.total
      }catch(e){
      }catch(e){
        console.log(e)
        console.log(e)
      }
      }