From 1157e8e97e24ec7938deea2e3345a502644fc256 Mon Sep 17 00:00:00 2001
From: wang1 <844966816@qq.com>
Date: 星期三, 05 七月 2023 16:44:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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