|
|
|
@ -474,6 +474,7 @@ export class LinkageForcesComponent implements OnInit {
|
|
|
|
|
config.verticalPosition = 'top'; |
|
|
|
|
config.duration = 3000 |
|
|
|
|
this.snackBar.open('修改成功','确定',config); |
|
|
|
|
this.PageNumber = 1 //当前第几页
|
|
|
|
|
this.getAllFireForce() |
|
|
|
|
}) |
|
|
|
|
}else{ |
|
|
|
@ -484,6 +485,7 @@ export class LinkageForcesComponent implements OnInit {
|
|
|
|
|
config.duration = 3000 |
|
|
|
|
this.snackBar.open('保存成功','确定',config); |
|
|
|
|
this.LinkageForceDetailInfo = data |
|
|
|
|
this.PageNumber = 1 //当前第几页
|
|
|
|
|
this.getAllFireForce() |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|