【修改】nacos启动类名称修改,Banner修改
【修改】字典多选组件回显Bug修改,调整用户模块的edit方法,确保数据逻辑
This commit is contained in:
@@ -103,7 +103,8 @@
|
||||
|
||||
},
|
||||
onChange (selectedValue) {
|
||||
this.$emit('change', selectedValue.join(this.spliter));
|
||||
this.value = selectedValue.join(this.spliter);
|
||||
this.$emit('change', this.value);
|
||||
},
|
||||
setCurrentDictOptions(dictOptions){
|
||||
this.dictOptions = dictOptions
|
||||
|
||||
Reference in New Issue
Block a user