|
|
@@ -335,13 +335,18 @@ export default { |
|
|
|
}, |
|
|
|
Toview(item, index) { |
|
|
|
let Userrecord = { |
|
|
|
TimetoAhoose: this.TimetoAhoose, |
|
|
|
keywordsId: item.matchKeywords[index].keywordsId, |
|
|
|
customtime: this.customtime, |
|
|
|
starttime: this.fromobj.starttime, |
|
|
|
endoftime: this.fromobj.endoftime, |
|
|
|
houseId: this.houseId, |
|
|
|
}; |
|
|
|
if (this.TimetoAhoose == 0) { |
|
|
|
Userrecord.TimetoAhoose = this.TimetoAhoose |
|
|
|
} |
|
|
|
if (this.TimetoAhoose == 4) { |
|
|
|
Userrecord.TimetoAhoose = 2 |
|
|
|
} |
|
|
|
this.$router.push({ |
|
|
|
path: "/Statistics/Insightintothedetails", |
|
|
|
query: { flag: Userrecord }, |
|
|
@@ -413,6 +418,7 @@ export default { |
|
|
|
this.namelist = []; |
|
|
|
this.numlist = []; |
|
|
|
this.objlist = []; |
|
|
|
this.alllist = []; |
|
|
|
var dateType = ""; |
|
|
|
if (this.TimetoAhoose == 7) { |
|
|
|
dateType = ""; |
|
|
|