|
@ -233,6 +233,7 @@ export default { |
|
|
this.selectOptions = [] |
|
|
this.selectOptions = [] |
|
|
} else if (arr1.length < arr2.length && arr2.length === this.sendObjOptions.length - 1) { |
|
|
} else if (arr1.length < arr2.length && arr2.length === this.sendObjOptions.length - 1) { |
|
|
this.defaultSelAll() // 除全选时都选中 此时加入全选 |
|
|
this.defaultSelAll() // 除全选时都选中 此时加入全选 |
|
|
|
|
|
this.$refs.selectBox.$el.querySelector('.el-input__inner').style.height = '34px' |
|
|
} else { |
|
|
} else { |
|
|
this.selectOptions = this.selectOptions.filter(item => item !== 0) // 取消其他选项时 去除全选 |
|
|
this.selectOptions = this.selectOptions.filter(item => item !== 0) // 取消其他选项时 去除全选 |
|
|
this.showTags = false |
|
|
this.showTags = false |
|
|