|
@@ -541,7 +541,7 @@
|
541
|
541
|
if (result.status == 200) {
|
542
|
542
|
result.list.forEach(v => {
|
543
|
543
|
if (v.operationTime) {
|
544
|
|
- v.operationTime = (new Date(v.operationTime)).Format("MM-dd hh:mm");
|
|
544
|
+ v.operationTime = (new Date(v.operationTime)).Format("MM-dd hh:mm:ss");
|
545
|
545
|
}
|
546
|
546
|
});
|
547
|
547
|
this.queryProcessList = result.list;
|
|
@@ -573,7 +573,7 @@
|
573
|
573
|
if (res.status == 200) {
|
574
|
574
|
res.list.forEach(v => {
|
575
|
575
|
if (v.operationTime) {
|
576
|
|
- v.operationTime = (new Date(v.operationTime)).Format("MM-dd hh:mm");
|
|
576
|
+ v.operationTime = (new Date(v.operationTime)).Format("MM-dd hh:mm:ss");
|
577
|
577
|
}
|
578
|
578
|
});
|
579
|
579
|
this.queryProcessList = res.list;
|