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) {