From a2f4305be40d806df848c9741e33e964743f3d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Sat, 12 Oct 2024 14:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=AF=BC=E5=87=BA=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/checkBox.vue | 2 -- src/views/modules/base/diyInfo.vue | 3 +++ src/views/modules/base/smartExport/exset.vue | 16 +++++++++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/views/components/checkBox.vue b/src/views/components/checkBox.vue index 7c713e078..e26e45bbf 100644 --- a/src/views/components/checkBox.vue +++ b/src/views/components/checkBox.vue @@ -45,9 +45,7 @@ export default { } }, created() { - console.log(this.leftList,"sfsdfd"); this.boxList = this.list.filter(item => item.itemType != 'inputRange') - console.log(this.boxList,"kdsflkljf"); this.pid = this.list[0].itemGroupId }, methods: { diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue index 844e4fcc2..49fecd811 100644 --- a/src/views/modules/base/diyInfo.vue +++ b/src/views/modules/base/diyInfo.vue @@ -303,10 +303,13 @@ export default { this.$emit('close') }, handleExportTemplate(id) { + console.log(id,"sdl;fkldsf"); + this.exportTemplate(id) this.$emit('close') }, async exportTemplate(id) { + console.log(id,"dsofspdjf"); let url = "/actual/base/residentBaseInfo/exportExcelCustom" let params = { templateId: id || '', diff --git a/src/views/modules/base/smartExport/exset.vue b/src/views/modules/base/smartExport/exset.vue index 54ced454b..4bbda3f00 100644 --- a/src/views/modules/base/smartExport/exset.vue +++ b/src/views/modules/base/smartExport/exset.vue @@ -4,7 +4,7 @@