From 8569bfe0b299051dcb8ca2fd21e0b8e211370fc4 Mon Sep 17 00:00:00 2001 From: caoyang Date: Tue, 1 Mar 2022 10:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=86=85=E5=AE=B9=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/documentManage/tags/tabs/tagContent.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/documentManage/tags/tabs/tagContent.vue b/jero-web/src/views/documentManage/tags/tabs/tagContent.vue index 57b98180b..958f52772 100644 --- a/jero-web/src/views/documentManage/tags/tabs/tagContent.vue +++ b/jero-web/src/views/documentManage/tags/tabs/tagContent.vue @@ -175,7 +175,7 @@ ], }, - typeVisible:{}, + // typeVisible:{}, dicVisible:false, dictVal:'', record: {}, @@ -299,13 +299,14 @@ handleDicPop(record){ this.record=record if(record.attributeType=='1'){ - this.typeVisible[record.id]=false + // this.typeVisible[record.id]=false + this.dictVal='list' this.dicVisible=true }else{ - this.typeVisible[record.id]=false + // this.typeVisible[record.id]=false this.dicVisible=true - + this.dictVal='tree' } }, afterDicVisibleChange(val) {