update addform回显问题
This commit is contained in:
@@ -38,6 +38,9 @@ export default {
|
||||
this.checkedValue = []
|
||||
document.getElementById(this.fieldName).children[0].children[0].value = ''
|
||||
this.$emit('change', '')
|
||||
} else {
|
||||
this.checkedValue = val.split(',')
|
||||
document.getElementById(this.fieldName).children[0].children[0].value = val
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user