处理elementUI的穿越框clearQuery要领无效

处理elementUI的穿越框clearQuery要领无效

author: idongchen
modify: 2018-12-6

缘由很简单,2.2.0版本才有此清空功用;
假如在生产中的项目中不好晋级到2.2.0+版本有以下处理要领。

处理要领(关于2.2.0一下版本的):

脱离transfer时:

// 清空左侧搜刮
this.$refs.yourTransfer.$children["0"].$children["0"]._data.currentValue = '';
// 清空右侧搜刮
this.$refs.yourTransfer.$children["3"].$children["0"]._data.currentValue = '';

固然最好照样晋级新版本的elementUI,官方对2.0一下版本已不在支撑

迎接关注更多内容:mob前端组

    原文作者:idongchen
    原文地址: https://segmentfault.com/a/1190000017271559
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞