优化季度计划与机位

This commit is contained in:
714943302@qq.com
2018-12-24 16:45:13 +08:00
parent 74a2280cea
commit a284d643a6
2 changed files with 4 additions and 0 deletions
@@ -62,6 +62,7 @@ export class StandComponent implements OnInit {
)
this.basicDataService.standType_subject.subscribe(
data => {
this.standTypes = data;
//停机位类别
if(this.standTypes && this.standTypes.length > 0){
this.standTypesHandle();