|
|
@@ -520,17 +520,6 @@ export default {
|
|
|
},
|
|
|
selectionAll: {
|
|
|
handler (val, oldVal) {
|
|
|
- console.log('523 selectionAll', val)
|
|
|
- /**
|
|
|
- * 单选:selectionAll是对象{}
|
|
|
- * 多选:selectionAll是数组对象[]
|
|
|
- */
|
|
|
- // selectionAll
|
|
|
- // if (this.multiple) {
|
|
|
- // this.$emit('selected', val)
|
|
|
- // } else {
|
|
|
- // this.$emit('selected', val[0])
|
|
|
- // }
|
|
|
this.$emit('selected', val)
|
|
|
},
|
|
|
deep: true
|