From f77853ca334583f80cb2592cbb56fee0c91f36ea Mon Sep 17 00:00:00 2001 From: caoyang Date: Fri, 18 Feb 2022 12:05:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tags/dialog/OnlCgformTagForm.vue | 5 ++- .../documentManage/tags/tabs/tagContent.vue | 35 +++++++++++++------ 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/jero-web/src/views/documentManage/tags/dialog/OnlCgformTagForm.vue b/jero-web/src/views/documentManage/tags/dialog/OnlCgformTagForm.vue index 51ed3f74a..880e6dc17 100644 --- a/jero-web/src/views/documentManage/tags/dialog/OnlCgformTagForm.vue +++ b/jero-web/src/views/documentManage/tags/dialog/OnlCgformTagForm.vue @@ -67,7 +67,7 @@ - {{item.showarea}} + {{item.showArea}} @@ -79,7 +79,6 @@ -

其它模块展示

@@ -279,7 +278,7 @@ let params = {}; getAction(`tag/onlCgformTag/queryShowArea`,params).then((res)=>{ if(res.success){ - this.areaOptions=res.success.records + this.areaOptions=res.result } }); }, diff --git a/jero-web/src/views/documentManage/tags/tabs/tagContent.vue b/jero-web/src/views/documentManage/tags/tabs/tagContent.vue index ce000ac4b..1ebdf0171 100644 --- a/jero-web/src/views/documentManage/tags/tabs/tagContent.vue +++ b/jero-web/src/views/documentManage/tags/tabs/tagContent.vue @@ -102,7 +102,7 @@