|
|
|
@ -122,7 +122,7 @@
|
|
|
|
|
@tab-click="handleClickAll" |
|
|
|
|
> |
|
|
|
|
<el-tab-pane name="all" label="全部"></el-tab-pane> |
|
|
|
|
<el-tab-pane name="PickerClip" label="调单夹"></el-tab-pane> |
|
|
|
|
<el-tab-pane name="PickerClip" label="挑单夹"></el-tab-pane> |
|
|
|
|
</el-tabs> |
|
|
|
|
|
|
|
|
|
<div class="overflow"> |
|
|
|
@ -1104,7 +1104,6 @@ export default {
|
|
|
|
|
this.height = this.setPx(document.body.clientHeight - 340); |
|
|
|
|
}, |
|
|
|
|
async handleClick(e) { |
|
|
|
|
console.log('e :>> ', e.props.name); |
|
|
|
|
// 切换选项卡时, 清空备选中的数组 |
|
|
|
|
this.selectionList = []; |
|
|
|
|
this.activename = e.props.name; |
|
|
|
@ -1112,7 +1111,6 @@ export default {
|
|
|
|
|
this.setListHeight(); |
|
|
|
|
}, |
|
|
|
|
handleClickAll(e) { |
|
|
|
|
console.log('e :>> ', e); |
|
|
|
|
const _name = e.props.name; |
|
|
|
|
if (_name === 'all') this.data = this.allListData; |
|
|
|
|
else this.data = this.pickerClipData; |
|
|
|
|