Commit 60fd1ed135015e282ae29eb8f5677c39c557f99f

Authored by chenxt
1 parent 3bea7e76

下边查询根据配置取第一个

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