From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试

---
 node_modules/uview-plus/components/u-input/u-input.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/node_modules/uview-plus/components/u-input/u-input.vue b/node_modules/uview-plus/components/u-input/u-input.vue
index efd5c54..0b1b6ec 100644
--- a/node_modules/uview-plus/components/u-input/u-input.vue
+++ b/node_modules/uview-plus/components/u-input/u-input.vue
@@ -322,14 +322,17 @@
                 if (!isOut || this.clearInput) {
                     // 鏍囪瘑value鍊肩殑鍙樺寲鏄敱鍐呴儴寮曡捣鐨�
                     this.changeFromInner = true;
-                    this.$emit("change", value);
-
+                   
                     // #ifdef VUE3
                     this.$emit("update:modelValue", value);
                     // #endif
                     // #ifdef VUE2
                     this.$emit("input", value);
                     // #endif
+					
+					//change鏂规硶闇�瑕佹斁鍦ㄤ笅闈紝鍚﹀垯浼氬紩璧穋hange鍏堣Е鍙戯紝model鍚庡彉鍖栫殑寮傚父
+					this.$emit("change", value);
+					
                 }
 
                 // 灏濊瘯璋冪敤u-form鐨勯獙璇佹柟娉�

--
Gitblit v1.9.3