From c746783c4f570f9bdbe2d62b22bda22308b0dfba Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 05 十二月 2022 15:27:35 +0800
Subject: [PATCH] 修复断流数据展示的内容

---
 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