Commit 15b939671755cd256e2277d30eea0b1079fd06bf
1 parent
71782958
更新以下内容: MES首页班组信息放sTeamName,不要放sTeamNo
Showing
1 changed file
with
2 additions
and
1 deletions
src/mes/login/index.js
| ... | ... | @@ -286,6 +286,7 @@ const useLoginEvent = props => { |
| 286 | 286 | sShift: sShift2, |
| 287 | 287 | sTeamId, |
| 288 | 288 | sTeamNo, |
| 289 | + sTeamName, | |
| 289 | 290 | sMachineGuid, |
| 290 | 291 | sMachineId: sMachineIdOld, |
| 291 | 292 | sMachineName, |
| ... | ... | @@ -351,7 +352,7 @@ const useLoginEvent = props => { |
| 351 | 352 | decimals, |
| 352 | 353 | dateFormat: commonFunc.getDateFormat(systemData), |
| 353 | 354 | sTeamNameSId: sTeamId, |
| 354 | - sTeamNameSName: sTeamNo, | |
| 355 | + sTeamNameSName: sTeamName, | |
| 355 | 356 | sMachineNameStr: sMachineName, |
| 356 | 357 | sMachineNameSId: sMachineId, |
| 357 | 358 | iPlcNo, | ... | ... |