From ae043e696b9c85ca8b5b909f74566ae86e33079a Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 25 Mar 2026 16:19:10 +0800 Subject: [PATCH] 1.处理登录界面,选择相同的员工不同的员工编号时候,不进行切换导致数据更新不了 --- src/mes/login/index.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mes/login/index.js b/src/mes/login/index.js index 6116b92..c3d3113 100644 --- a/src/mes/login/index.js +++ b/src/mes/login/index.js @@ -338,6 +338,9 @@ const handleGetFormItem = (props, item) => { } else if (item.iTag === 3) { enabledNew = true; } + if (item.sName === 'sUserName') { + item.sVisColumnName = 'sId'; + } const showTypeProps = { bNewForm: true, iColValue: 24, -- libgit2 0.22.2