diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 957315c6..aa207c7d 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -488,6 +488,7 @@ export default { if(typeof(data)=='string'){ if(data!==''){ this.codeText = data.replace(" ",""); + this.codeTextChange(this.codeText) } }else{ this.form.handoverb = data;