update 数据字典下拉“请选择”不显示placeholder
This commit is contained in:
@@ -114,9 +114,9 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
handleInput (e = '') {
|
||||
handleInput (e) {
|
||||
let val
|
||||
if (Object.keys(e).includes('target')) {
|
||||
if (e !== undefined && Object.keys(e).includes('target')) {
|
||||
val = e.target.value
|
||||
} else {
|
||||
val = e
|
||||
|
||||
Reference in New Issue
Block a user