Commit 9beb87c4 authored by xiaowenjie's avatar xiaowenjie

修改

parent b74f67e6
...@@ -204,6 +204,7 @@ export class ResourceAlarmComponent implements OnInit { ...@@ -204,6 +204,7 @@ export class ResourceAlarmComponent implements OnInit {
startTime: this.obj.startTime, startTime: this.obj.startTime,
endTime: this.obj.endTime, endTime: this.obj.endTime,
priorityName: this.obj.priorityName, priorityName: this.obj.priorityName,
groupid: this.obj.groupid,
} }
}; };
this.analysisSer.statisticalReport(data).subscribe( this.analysisSer.statisticalReport(data).subscribe(
......
...@@ -707,7 +707,7 @@ export class BasicDetailComponent implements OnInit, AfterViewInit { ...@@ -707,7 +707,7 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
nzOkType: 'danger', nzOkType: 'danger',
nzOnOk: () => { nzOnOk: () => {
const data = { const data = {
itemIds:[item.itemid] itemids:[item.itemid]
}; };
this.overAllSer.deleteItem(data).subscribe( this.overAllSer.deleteItem(data).subscribe(
(res) => { (res) => {
......
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