Commit cba441d08425693d518e76b3d28a2e837d02f7b9
Merge branch 'release/customer/2025/五彩' of http://git.xlyprint.cn/qiangmj/ebc-Me…
…s into release/customer/2025/五彩
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/common/commonOperationBarComponent/index.js
| ... | ... | @@ -930,7 +930,7 @@ const CommonOperationBarComponent = basProps => { |
| 930 | 930 | searchField = { |
| 931 | 931 | sId: commonUtils.createSid(), |
| 932 | 932 | showName: searchFieldList.map(item => item.showName).join("/"), |
| 933 | - sName: "sSearchName" | |
| 933 | + sName: searchFieldList[0].sName | |
| 934 | 934 | }; |
| 935 | 935 | } |
| 936 | 936 | ... | ... |