Commit 1b6d7aa9 authored by wangqinghua's avatar wangqinghua

update

parent d8c3f2ca
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
<tr> <tr>
<th>操作用户</th> <th>操作用户</th>
<th>功能模块</th> <th>功能模块</th>
<th>操作</th> <th nzWidth="25%">操作</th>
<th>操作内容</th> <th nzWidth="25%">操作内容</th>
<th>操作时间</th> <th>操作时间</th>
</tr> </tr>
</thead> </thead>
......
...@@ -33,6 +33,9 @@ export class AuditComponent implements OnInit { ...@@ -33,6 +33,9 @@ export class AuditComponent implements OnInit {
constructor(private systemSer: SystemService, private layoutSer: LayoutService, constructor(private systemSer: SystemService, private layoutSer: LayoutService,
private datePipe: DatePipe, private overAllSer: OverAllService) { private datePipe: DatePipe, private overAllSer: OverAllService) {
const today = new Date();
this.obj.start = new Date ( this.datePipe.transform(today,"yyyy-MM-dd") +" 00:00:00" );
this.obj.end = new Date ( this.datePipe.transform(today,"yyyy-MM-dd") +" 23:59:59" );
} }
ngOnInit() { ngOnInit() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment