mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
fix: 修改select2
This commit is contained in:
@@ -114,6 +114,9 @@ export default {
|
||||
},
|
||||
iValue: {
|
||||
set(val) {
|
||||
if (!val) {
|
||||
return
|
||||
}
|
||||
this.$emit('input', val)
|
||||
},
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user