|
|
|
@ -552,7 +552,7 @@ export class KeyUnitManagementComponent implements OnInit {
|
|
|
|
|
const config = new MatSnackBarConfig(); |
|
|
|
|
config.verticalPosition = 'top'; |
|
|
|
|
config.duration = 3000 |
|
|
|
|
this.snackBar.open('取消成功','确定',config); |
|
|
|
|
this.snackBar.open('设为一般单位成功','确定',config); |
|
|
|
|
this.getAllKeyUnit(); |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|