From 9d003325865fe5adb195a0225be1893eb3d03606 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期一, 08 四月 2024 16:27:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue b/Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue index a021921..6199887 100644 --- a/Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue +++ b/Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue @@ -122,7 +122,6 @@ methods: { initUI() { getUIContent({btmType: this.btmType, id: this.content}).then(res => { - console.log(res.data.obj) this.uiDefineVO = res.data.obj; this.initContent(); }) -- Gitblit v1.9.3