mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-26 09:58:21 +00:00
严重bug,解决菜单数据规则,选择自定义SQL 规则值无法输入空格问题
This commit is contained in:
@@ -90,6 +90,8 @@
|
|||||||
}
|
}
|
||||||
console.log(val);
|
console.log(val);
|
||||||
this.$emit('change', val);
|
this.$emit('change', val);
|
||||||
|
//LOWCOD-2146 【菜单】数据规则,选择自定义SQL 规则值无法输入空格
|
||||||
|
this.$emit('input', val);
|
||||||
},
|
},
|
||||||
setCurrentDictOptions(dictOptions){
|
setCurrentDictOptions(dictOptions){
|
||||||
this.dictOptions = dictOptions
|
this.dictOptions = dictOptions
|
||||||
|
Reference in New Issue
Block a user