|
@@ -111,7 +111,7 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
checkboxchange2 (e, index) {
|
|
checkboxchange2 (e, index) {
|
|
- if (this.boxids.length > 2) {
|
|
|
|
|
|
+ if (this.boxids.length > this.choosekMax) {
|
|
console.log(2222222222)
|
|
console.log(2222222222)
|
|
this.$refs.checkboxes[index].toggle();
|
|
this.$refs.checkboxes[index].toggle();
|
|
}
|
|
}
|