|  | @@ -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);
 |