-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 至
-
-
-
-
- 查询
- 重置
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+ 导出
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
-
-
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 3/4] 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 3922b799..6ec981e2 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(() => {
From cf1b00f674df57e1e6705e54ec28f0d2d15bd5c1 Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Thu, 28 Jul 2022 16:10:31 +0800
Subject: [PATCH 4/4] dd
---
src/views/modules/shequzhili/statics/cEvent.vue | 2 +-
src/views/modules/shequzhili/statics/gridEvent.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/shequzhili/statics/cEvent.vue b/src/views/modules/shequzhili/statics/cEvent.vue
index 6ec981e2..eef74a2e 100644
--- a/src/views/modules/shequzhili/statics/cEvent.vue
+++ b/src/views/modules/shequzhili/statics/cEvent.vue
@@ -22,7 +22,7 @@
range-separator="至"
start-placeholder="选择日期"
end-placeholder="选择日期"
- value-format="yyyy-MM-dd">
+ value-format="yyyyMMdd">
diff --git a/src/views/modules/shequzhili/statics/gridEvent.vue b/src/views/modules/shequzhili/statics/gridEvent.vue
index 41820606..99f55ecf 100644
--- a/src/views/modules/shequzhili/statics/gridEvent.vue
+++ b/src/views/modules/shequzhili/statics/gridEvent.vue
@@ -26,7 +26,7 @@
range-separator="至"
start-placeholder="选择日期"
end-placeholder="选择日期"
- value-format="yyyy-MM-dd">
+ value-format="yyyyMMdd">