JeecgBoot 2.1.1 版本发布

This commit is contained in:
zhangdaihao
2019-10-19 15:44:19 +08:00
parent fd57f233e5
commit 9c6f68fd4a
10 changed files with 36 additions and 18 deletions

View File

@ -32,15 +32,23 @@
tagType:""
}
},
watch:{
dictCode:{
immediate:true,
handler() {
this.initDictData()
},
}
},
created() {
console.log(this.dictCode);
// console.log(this.dictCode);
if(!this.type || this.type==="list"){
this.tagType = "select"
}else{
this.tagType = this.type
}
//获取字典数据
this.initDictData();
// this.initDictData();
},
methods: {
initDictData() {