dedsudiyu 1 month ago
parent
commit
0fc3af2ddb

+ 2 - 1
src/views/components/mapComponent.vue

@@ -137,7 +137,8 @@
           if(i==0){
             text = text + 'roomNames=' +list.list[i].roomNumName
           }else{
-            text = text + '&roomNames=' +list.list[i].roomNumName
+            // text = text + '&roomNames=' +list.list[i].roomNumName
+            text = text + ',' +list.list[i].roomNumName
           }
         }
         dashboardsResearchUsage(text).then(res => {

+ 2 - 1
src/views/components/usageRateComponent.vue

@@ -79,7 +79,8 @@
           if(i==0){
             roomName = roomName + 'roomNames=' +list.list[i].roomNumName
           }else{
-            roomName = roomName + '&roomNames=' +list.list[i].roomNumName
+            // roomName = roomName + '&roomNames=' +list.list[i].roomNumName
+            roomName = roomName + ',' +list.list[i].roomNumName
           }
         }
         this.$set(this,'roomNames',roomName);