update addform回显问题

This commit is contained in:
赵霄
2023-09-18 16:13:40 +08:00
parent bae308459b
commit 7048725ae4
4 changed files with 136 additions and 44 deletions
+3
View File
@@ -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
}
}
},