From a3664e82cfe732bc95c956eafbbb057d84a2e369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Thu, 8 Jan 2026 14:09:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E4=BC=98=E5=85=88=E4=BD=BF=E7=94=A8alias?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-update/goods-update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/goods-update/goods-update.js b/pages/goods-update/goods-update.js index 27b1cbd..49e58e0 100644 --- a/pages/goods-update/goods-update.js +++ b/pages/goods-update/goods-update.js @@ -377,7 +377,7 @@ Page({ console.log('获取销售员列表成功:', res); const salesOptions = res.map(item => ({ id: item.id, - name: item.name || '未知', + name: item.alias || item.name || '未知', phoneNumber: item.phoneNumber || '' })); this.setData({