以房找人bug

This commit is contained in:
liuye
2022-02-11 16:57:05 +08:00
parent fa478530c4
commit 73f9950921
2 changed files with 16 additions and 9 deletions

View File

@@ -113,7 +113,11 @@ export default {
},
getStatis() {
this.dayList = []
this.$http.post(`/app/appepidemichealthreport/statistic?userId=${this.userId}`).then((res) => {
this.$http.post(`/app/appepidemichealthreport/statistic`, this.userId, {
headers: {
'Content-Type': 'text/plain'
}
}).then((res) => {
if (res.code == 0) {
Object.keys(res.data).forEach((key) => {
var info = {