Commit c30bb5a1 authored by jiaxu.yan's avatar jiaxu.yan

feat: 解除选项限制

parent 053f5d75
...@@ -70,7 +70,6 @@ export default { ...@@ -70,7 +70,6 @@ export default {
return return
} }
let old = this.value || [] let old = this.value || []
if (this.prop == 'chcek2' || this.prop == 'chcek0') {
this.items.options.map(i => { this.items.options.map(i => {
if (name) { if (name) {
if (Array.isArray(old) && flag.includes(String(i.id))) { if (Array.isArray(old) && flag.includes(String(i.id))) {
...@@ -83,7 +82,6 @@ export default { ...@@ -83,7 +82,6 @@ export default {
} }
} }
}) })
}
this.value = old 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