修复用户搜索分页变量错误
This commit is contained in:
		
							parent
							
								
									41b7e62b02
								
							
						
					
					
						commit
						1aef90d506
					
				| @ -542,7 +542,7 @@ export default { | |||||||
|     }, |     }, | ||||||
|     /** 搜索按钮操作 */ |     /** 搜索按钮操作 */ | ||||||
|     handleQuery() { |     handleQuery() { | ||||||
|       this.queryParams.page = 1; |       this.queryParams.pageNum = 1; | ||||||
|       this.getList(); |       this.getList(); | ||||||
|     }, |     }, | ||||||
|     /** 重置按钮操作 */ |     /** 重置按钮操作 */ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 RuoYi
						RuoYi