From 11bbb23a03d0604f361a642f3e7dfc901b21f35c Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 28 Jul 2022 15:38:57 +0800 Subject: [PATCH] dd --- src/views/modules/shequzhili/statics/cEvent.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(() => {