|
@@ -37,7 +37,8 @@ export class FormManagementDetailComponent implements OnInit {
|
37
|
37
|
getList(){
|
38
|
38
|
let maskFlag = this.msg.loading("加载中", { nzDuration: 0 }).messageId;
|
39
|
39
|
this.mainService.listMsgByMain('reserveView', {
|
40
|
|
- reserveFormId: +this.route.snapshot.paramMap.get('id')
|
|
40
|
+ reserveFormId: +this.route.snapshot.paramMap.get('id'),
|
|
41
|
+ taskTypeId: +this.route.snapshot.paramMap.get('taskType'),
|
41
|
42
|
}).subscribe((result: any) => {
|
42
|
43
|
this.msg.remove(maskFlag);
|
43
|
44
|
console.log(result);
|