Browse Source

告警自动建单开发

maotao 3 weeks ago
parent
commit
401e2cbc55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/views/emergency-info/emergency-info.component.ts

+ 1 - 1
src/app/views/emergency-info/emergency-info.component.ts

@@ -156,8 +156,8 @@ export class EmergencyInfoComponent implements OnInit {
156
     let data = {
156
     let data = {
157
       pageIndex: this.pageIndex,
157
       pageIndex: this.pageIndex,
158
       pageSize: this.pageSize,
158
       pageSize: this.pageSize,
159
-      hosId: this.hosId,
160
 			alarm:{
159
 			alarm:{
160
+				hosId: this.hosId,
161
 				alarmStatus:{
161
 				alarmStatus:{
162
 					id:this.alarmStatus
162
 					id:this.alarmStatus
163
 				},
163
 				},