严重bug,解决菜单数据规则,选择自定义SQL 规则值无法输入空格问题

pull/3201/head
zhangdaiscott 2021-11-06 18:58:57 +08:00
parent 7db5f7f3e9
commit d6251419e6
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@
}
console.log(val);
this.$emit('change', val);
//LOWCOD-2146 【菜单】数据规则选择自定义SQL 规则值无法输入空格
this.$emit('input', val);
},
setCurrentDictOptions(dictOptions){
this.dictOptions = dictOptions