update Transfer

update Transfer
This commit is contained in:
梁灏 2017-01-04 15:13:13 +08:00
parent 3b00586338
commit afd3509a89
3 changed files with 51 additions and 2 deletions

View file

@ -28,6 +28,14 @@
if (this.query === '') return;
this.query = '';
}
},
events: {
'on-form-blur' () {
return false;
},
'on-form-change' () {
return false;
}
}
};
</script>

View file

@ -172,6 +172,7 @@
this.$refs[opposite].toggleSelectAll(false);
this.$emit('on-change', newTargetKeys, direction, moveKeys);
this.$dispatch('on-form-change', newTargetKeys, direction, moveKeys);
}
},
watch: {