以房找人bug
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user