From aa7b19831312d3e8d7eb19fd4e0a44505be24e93 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期一, 26 六月 2023 19:55:30 +0800 Subject: [PATCH] 业务数据列表 --- Source/UBCS-WEB/src/components/BatchImport/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/BatchImport/index.vue b/Source/UBCS-WEB/src/components/BatchImport/index.vue index 3c65d7a..fbfd844 100644 --- a/Source/UBCS-WEB/src/components/BatchImport/index.vue +++ b/Source/UBCS-WEB/src/components/BatchImport/index.vue @@ -53,6 +53,8 @@ :visible.sync="showVisible" v-if="dialogVisible" :leftTree="leftTree" + :classifyAttr="classifyAttr" + :codeClassifyOid="codeClassifyOid" :redisOid="redisOid" ></ShowImportData> </el-dialog> -- Gitblit v1.9.3