Commit 9beb87c4 authored by xiaowenjie's avatar xiaowenjie

修改

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