You need to sign in before continuing.

Commit ae043e696b9c85ca8b5b909f74566ae86e33079a

Authored by Min
1 parent 3a4d7e8c

1.处理登录界面,选择相同的员工不同的员工编号时候,不进行切换导致数据更新不了

Showing 1 changed file with 3 additions and 0 deletions
src/mes/login/index.js
... ... @@ -338,6 +338,9 @@ const handleGetFormItem = (props, item) => {
338 338 } else if (item.iTag === 3) {
339 339 enabledNew = true;
340 340 }
  341 + if (item.sName === 'sUserName') {
  342 + item.sVisColumnName = 'sId';
  343 + }
341 344 const showTypeProps = {
342 345 bNewForm: true,
343 346 iColValue: 24,
... ...