fix: 修改select2

This commit is contained in:
ibuler
2021-09-16 18:59:39 +08:00
committed by 老广
parent 8f87c42c8c
commit 274f50da95

View File

@@ -114,6 +114,9 @@ export default {
},
iValue: {
set(val) {
if (!val) {
return
}
this.$emit('input', val)
},
get() {