From 47ef5b23c6ff85b210d11387afefa6c30355bc11 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 13 九月 2024 17:20:25 +0800
Subject: [PATCH] feat:司机接单页面增加编号显示

---
 pages/login/user.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/login/user.vue b/pages/login/user.vue
index 396b68f..f0104fc 100644
--- a/pages/login/user.vue
+++ b/pages/login/user.vue
@@ -103,7 +103,7 @@
       },
       // 澶勭悊鎼滅储浜嬩欢
       handleSearch(e) {
-        this.$emit('input', e.target.value); // 鍚戠埗缁勪欢浼犻�掗�変腑鐨勫��
+        this.$emit('input', e); // 鍚戠埗缁勪欢浼犻�掗�変腑鐨勫��
         this.isDropDownVisible = this.hasOptions;
       },
       handleFocus() {

--
Gitblit v1.9.1