mo 3 년 전
부모
커밋
41d1cd2c93
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      src/views/main/cloudDate/organMemberList.vue

+ 5 - 4
src/views/main/cloudDate/organMemberList.vue

@@ -95,14 +95,14 @@
           </el-table-column>
 
         </el-table>
-        <pagination
+        <!-- <pagination
           :autoScroll="false"
           :total.sync="rules.total"
           :page.sync="rules.page"
           :limit.sync="rules.limit"
           :page-sizes="rules.page_size"
           @pagination="getList"
-        />
+        /> -->
       </div>
     </el-card>
   </div>
@@ -149,8 +149,9 @@ export default {
           ...this.searchList,
           organIds: this.organId,
         });
-        this.tableList = res.data.rows;
-        this.rules.total = res.data.total;
+        this.tableList = res.data;
+        // this.tableList = res.data.rows;
+        // this.rules.total = res.data.total;
         // console.log(this.tableList)
       } catch (e) {
         console.log(e);