zhulizhen1111 преди 4 години
родител
ревизия
5fcc09af80
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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)