From 610a3c14abbd833de453bf4fe4dc0ce771482681 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 25 十一月 2022 14:24: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