zhulizhen1111 4 tahun lalu
induk
melakukan
5fcc09af80
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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)