@ -83,11 +83,13 @@ export class LeftDomainComponent implements OnInit {
item . getType ( ) === "JY_SYGX" ? list . push ( item ) : null
item . getType ( ) === "JY_SYGX" ? list . push ( item ) : null
} else if ( this . beforeFence === 6 ) { //油气回收
} else if ( this . beforeFence === 6 ) { //油气回收
item . getType ( ) === "JY_YQHSGX" ? list . push ( item ) : null
item . getType ( ) === "JY_YQHSGX" ? list . push ( item ) : null
} else if ( this . beforeFence === 8 ) { //阀门
item . getType ( ) === "JY_FM" ? list . push ( item ) : null
}
}
} )
} )
this . FacilityList = list
this . FacilityList = list
this . selectFacilityId = null
this . selectFacilityId = null
if ( this . beforeFence === 1 || this . beforeFence === 2 ) { //加油机/油罐设备
if ( this . beforeFence === 1 || this . beforeFence === 2 || this . beforeFence === 8 ) { //加油机/油罐设备/阀门
this . FacilityList . forEach ( item = > {
this . FacilityList . forEach ( item = > {
window . setTimeout ( ( ) = > {
window . setTimeout ( ( ) = > {
this . textInput ( item )
this . textInput ( item )