From b2c22cbc2cce1407ae3fc33291dca7c5c3e7c94e Mon Sep 17 00:00:00 2001 From: fujunling <2984387807@qq.com> Date: 星期三, 05 七月 2023 10:18:47 +0800 Subject: [PATCH] 历史导入 --- Source/UBCS-WEB/src/components/BatchImport/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/BatchImport/index.vue b/Source/UBCS-WEB/src/components/BatchImport/index.vue index 1d9c488..2bbbf18 100644 --- a/Source/UBCS-WEB/src/components/BatchImport/index.vue +++ b/Source/UBCS-WEB/src/components/BatchImport/index.vue @@ -258,8 +258,8 @@ } if (res.data.redisUuid) { this.redisOid = res.data.redisUuid; - importDataShow(res.data.redisUuid).then((res) => { - this.leftTree = res.obj.map((item) => { + importDataShow(res.data.redisUuid).then((res2) => { + this.leftTree = res2.data.data.map((item) => { return { ...item.codeClassifyTemplateVO, cloNamesList: item.cloNamesList, -- Gitblit v1.9.3