From b2d0ac2db80c08783fd848933230618cc30d76a2 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 30 八月 2023 11:38:24 +0800
Subject: [PATCH] 添加锦汇企业编码. 修复点位列表平铺的bug

---
 src/views/dataReport/components/reportDownload.vue |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/views/dataReport/components/reportDownload.vue b/src/views/dataReport/components/reportDownload.vue
index cb44b3f..86a0934 100644
--- a/src/views/dataReport/components/reportDownload.vue
+++ b/src/views/dataReport/components/reportDownload.vue
@@ -133,15 +133,10 @@
           }
           reportFormExportForm(query).then((res) => {
             console.log(res, "res")
-            this.$emit("update:tableData", res.data.list)
-            this.$emit("aaa")
-            this.$emit("update:activeName", "point")
+            // this.$emit("update:tableData", res.data.list)
+            this.$emit("commit")
+            this.$emit("update:activeName", "formList")
           })
-          // let res = await reportFormExportForm(query)
-
-          // console.log(this.activeName, "activeName")
-          // this.$emit("update:titles", this.ruleForm.titles)
-          // console.log(this.activeName, "activeName")
         } else {
           console.log("error submit!!")
           return false

--
Gitblit v1.8.0