From de8b32f23256b6ec4a4837c61d162e81c2874759 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 10 Apr 2025 16:14:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=A4=E6=8E=A5=E6=89=AB=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover_form.vue | 1 + 1 file changed, 1 insertion(+) 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;