@@ -81,6 +81,7 @@ export default class HTableForm {
//多选框处理
checkboxGroupChange(val, key) {
console.log(val, key)
+ this.formData[key] = val
}
})