From e9552e9a17bded2d96ce29a6eb3eaf5614748e44 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 02 六月 2023 16:18:09 +0800 Subject: [PATCH] 修改表单模板中的参照展示 --- Source/UBCS-WEB/src/components/refer/vciWebRefer.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/refer/vciWebRefer.vue b/Source/UBCS-WEB/src/components/refer/vciWebRefer.vue index 9d6f311..90e7944 100644 --- a/Source/UBCS-WEB/src/components/refer/vciWebRefer.vue +++ b/Source/UBCS-WEB/src/components/refer/vciWebRefer.vue @@ -18,6 +18,7 @@ }; }, created() { + console.log(this.refertype) if(this.refertype=='tree'){ console.log('referConfig:') console.log(this.options) -- Gitblit v1.9.3