打开弹框、清空上次搜索的内容
<el-transfer ref="lianxunAll" :titles="['可选机构','已选机构']" :button-texts="['移除','添加']">
</el-transfer>
if(this.$refs.lianxunAll != undefined){
this.$refs.lianxunAll[0].$children['0']._data.query = '';
}
打开弹框、清空上次搜索的内容
<el-transfer ref="lianxunAll" :titles="['可选机构','已选机构']" :button-texts="['移除','添加']">
</el-transfer>
if(this.$refs.lianxunAll != undefined){
this.$refs.lianxunAll[0].$children['0']._data.query = '';
}