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