Commit cba441d08425693d518e76b3d28a2e837d02f7b9

Authored by Min
2 parents 019948ef 60fd1ed1

Merge branch 'release/customer/2025/五彩' of http://git.xlyprint.cn/qiangmj/ebc-Me…

…s into release/customer/2025/五彩
src/mes/common/commonOperationBarComponent/index.js
@@ -930,7 +930,7 @@ const CommonOperationBarComponent = basProps => { @@ -930,7 +930,7 @@ const CommonOperationBarComponent = basProps => {
930 searchField = { 930 searchField = {
931 sId: commonUtils.createSid(), 931 sId: commonUtils.createSid(),
932 showName: searchFieldList.map(item => item.showName).join("/"), 932 showName: searchFieldList.map(item => item.showName).join("/"),
933 - sName: "sSearchName" 933 + sName: searchFieldList[0].sName
934 }; 934 };
935 } 935 }
936 936