zhangzengfei
2022-12-05 c746783c4f570f9bdbe2d62b22bda22308b0dfba
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