Browse Source

用户管理页面分页参数调整

wangtao 2 years ago
parent
commit
fcf832013a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/system/user/index.vue

+ 2 - 2
src/views/system/user/index.vue

@@ -12,7 +12,7 @@
             style="margin-bottom: 20px"
           />
         </div>
-        <div class="head-container head-container2" style="height:800px">
+        <div class="head-container head-container2" style="height:calc(100vh - 160px)">
           <el-tree
             :data="deptOptions"
             :props="defaultProps"
@@ -164,7 +164,7 @@
         <pagination
           v-show="total>0"
           :total="total"
-          :page.sync="queryParams.pageNo"
+          :page.sync="queryParams.pageNum"
           :limit.sync="queryParams.pageSize"
           @pagination="getList"
         />