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