diff --git a/src/views/modules/shequzhili/statics/cEvent.vue b/src/views/modules/shequzhili/statics/cEvent.vue index 3922b799a..6ec981e27 100644 --- a/src/views/modules/shequzhili/statics/cEvent.vue +++ b/src/views/modules/shequzhili/statics/cEvent.vue @@ -77,7 +77,7 @@ :data="tableData" style="width: 100%" height="200"> - + @@ -217,13 +217,13 @@ export default { this.tableData = [] this.dataForm.type = 0 this.$http - .get('/data/stats/factAgencyUserHouseDaily/total',{params: this.dataForm}) + .post('/data/aggregator/org/orgProjectDetailList', this.dataForm) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } else { - console.log('获取查询详情成功', res.data) - if (res.data) this.tableData.push(res.data) + console.log('获取查询详情成功', res.data.list) + this.tableData = res.data.list } }) .catch(() => {