标签内容字典配置
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user