Commit d6294d48 authored by zhang's avatar zhang
parents 3178f644 c30bb5a1
......@@ -70,7 +70,6 @@ export default {
return
}
let old = this.value || []
if (this.prop == 'chcek2' || this.prop == 'chcek0') {
this.items.options.map(i => {
if (name) {
if (Array.isArray(old) && flag.includes(String(i.id))) {
......@@ -83,7 +82,6 @@ export default {
}
}
})
}
this.value = old
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment