zhulizhen1111 4 vuotta sitten
vanhempi
commit
5fcc09af80
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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)