zhulizhen1111 %!s(int64=4) %!d(string=hai) anos
pai
achega
5fcc09af80
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/room/index.vue

+ 2 - 1
src/views/room/index.vue

@@ -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)