|  | @@ -29,7 +29,7 @@
 | 
											
												
													
														|  |        <div class="van-hairline--bottom">
 |  |        <div class="van-hairline--bottom">
 | 
											
												
													
														|  |          <search-select-cell
 |  |          <search-select-cell
 | 
											
												
													
														|  |            title="检查角色"
 |  |            title="检查角色"
 | 
											
												
													
														|  | -          v-model="query.roldIds"
 |  | 
 | 
											
												
													
														|  | 
 |  | +          v-model="query.roleIds"
 | 
											
												
													
														|  |            :dataList="rolesList"
 |  |            :dataList="rolesList"
 | 
											
												
													
														|  |            :prop="prop"
 |  |            :prop="prop"
 | 
											
												
													
														|  |            @change="refreshData"/>
 |  |            @change="refreshData"/>
 | 
											
										
											
												
													
														|  | @@ -104,7 +104,7 @@ export default {
 | 
											
												
													
														|  |          taskTime: `${formatDate(new Date(),'YYYY-MM-DD')}`,
 |  |          taskTime: `${formatDate(new Date(),'YYYY-MM-DD')}`,
 | 
											
												
													
														|  |          checkOrgId:null,
 |  |          checkOrgId:null,
 | 
											
												
													
														|  |          beCheckedOrgId:null,
 |  |          beCheckedOrgId:null,
 | 
											
												
													
														|  | -        roldIds:[],
 |  | 
 | 
											
												
													
														|  | 
 |  | +        roleIds:[],
 | 
											
												
													
														|  |          state:'1',
 |  |          state:'1',
 | 
											
												
													
														|  |          pageNum:1,
 |  |          pageNum:1,
 | 
											
												
													
														|  |          pageSize:10,
 |  |          pageSize:10,
 | 
											
										
											
												
													
														|  | @@ -136,7 +136,7 @@ export default {
 | 
											
												
													
														|  |      formatDate,
 |  |      formatDate,
 | 
											
												
													
														|  |      changeOrgId(){
 |  |      changeOrgId(){
 | 
											
												
													
														|  |        console.log(123,'2131')
 |  |        console.log(123,'2131')
 | 
											
												
													
														|  | -      this.query.roldIds = [];
 |  | 
 | 
											
												
													
														|  | 
 |  | +      this.query.roleIds = [];
 | 
											
												
													
														|  |        this.getRoleList();
 |  |        this.getRoleList();
 | 
											
												
													
														|  |        this.refreshData();
 |  |        this.refreshData();
 | 
											
												
													
														|  |      },
 |  |      },
 |