|
@@ -337,7 +337,7 @@ export default {
|
|
searchCompletionInfo(){
|
|
searchCompletionInfo(){
|
|
getObtainRoomcCompletionInformationList(this.searchParam).then(res => {
|
|
getObtainRoomcCompletionInformationList(this.searchParam).then(res => {
|
|
let info = []
|
|
let info = []
|
|
- info = res.data.concat(res.data).concat(res.data).concat(res.data)
|
|
|
|
|
|
+ info = res.data
|
|
info.forEach(e => {
|
|
info.forEach(e => {
|
|
e.roomStatusVoList = e.roomStatusVoList.reverse()
|
|
e.roomStatusVoList = e.roomStatusVoList.reverse()
|
|
})
|
|
})
|