From 305cc84e17179421e1a75affadf10cacb06485a8 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 16 Dec 2024 09:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=AF=BC=E5=87=BA=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=96=B9=E6=B3=95=E9=94=99=E8=AF=AF=E8=BF=94=E5=9B=9E?= =?UTF-8?q?promise=E5=AF=BC=E8=87=B4=E5=9B=9E=E6=98=BE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/smartExport/exset.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/modules/base/smartExport/exset.vue b/src/views/modules/base/smartExport/exset.vue index 8d2ba59aa..cf2078b62 100644 --- a/src/views/modules/base/smartExport/exset.vue +++ b/src/views/modules/base/smartExport/exset.vue @@ -704,13 +704,12 @@ specialCategoryList: [ checkBox, dragItem }, - mounted() { + async mounted() { if(this.see.originId){ this.orgId = this.$store.state.user.agencyId; this.originId= this.see.originId, this.getList() } - console.log(this.list,this.see,this.type, this.originId,"lk"); this.list.forEach(item => { this.$set(this.info, item.id, []) @@ -718,7 +717,7 @@ specialCategoryList: [ console.log(this.list, "t"); this.leftActive = this.list[0].id this.leftList = [...this.list] - this.leftList[0].queryItemList = this.getExportChildList(this.leftList[0].id) + this.leftList[0].queryItemList = await this.getExportChildList(this.leftList[0].id) console.log('infodiy----', this.leftList) this.getTemplateList(), this.$EventBus.$on('handleClickResiTree', async (val) => {