浏览代码

Merge branch '03/03Lebao' into test

mo 4 年之前
父节点
当前提交
2caa4cf733
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/studentManager/components/studentLebao.vue

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

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