@@ -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 => {
@@ -79,7 +79,8 @@
roomName = roomName + 'roomNames=' +list.list[i].roomNumName
- 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);