|
@@ -874,10 +874,11 @@ export default {
|
|
|
querySystem(params).then(res => {
|
|
|
this.smsxtArr = res.data ? res.data[0] : {}
|
|
|
// 5201 设备间 5204设备间 5209设备间
|
|
|
+ this.showLocationflid = false
|
|
|
if (this.smsxtArr.length > 0) {
|
|
|
let locationflid = this.smsxtArr.locationflid
|
|
|
if (locationflid == '5201' || locationflid == '5204' || locationflid == '5209') {
|
|
|
- this.showLocationflid = false
|
|
|
+ this.showLocationflid = true
|
|
|
}
|
|
|
}
|
|
|
this.Index(this.smsxtArr.smsxt)
|