From 0c85d50d1b926ede730d0bbcb09d702bc190d227 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期一, 04 十二月 2023 07:58:56 +0800 Subject: [PATCH] 集团码导出模板异常信息添加 --- Source/UBCS-WEB/src/components/file/inDialog.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/file/inDialog.vue b/Source/UBCS-WEB/src/components/file/inDialog.vue index 574f0f2..ad21a36 100644 --- a/Source/UBCS-WEB/src/components/file/inDialog.vue +++ b/Source/UBCS-WEB/src/components/file/inDialog.vue @@ -9,6 +9,7 @@ :width="options.width|| '80%'"> <fileContent :options="options" + :ownbizOid="options.ownbizOid" ></fileContent> </el-dialog> </div> -- Gitblit v1.9.3