mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	审计日志列表增加级别筛选
This commit is contained in:
		@@ -15,7 +15,7 @@ Tea.context(function () {
 | 
			
		||||
	this.exportExcel = function () {
 | 
			
		||||
		let that = this
 | 
			
		||||
		teaweb.confirm("确定要将当前列表导出到Excel吗?", function () {
 | 
			
		||||
			window.location = "/log/exportExcel?dayFrom=" + that.dayFrom + "&dayTo=" + that.dayTo + "&keyword=" + that.keyword + "&userType=" + that.userType
 | 
			
		||||
			window.location = "/log/exportExcel?dayFrom=" + that.dayFrom + "&dayTo=" + that.dayTo + "&keyword=" + that.keyword + "&userType=" + that.userType + '&level=' + that.level
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user