Commit 6f02597d8587809193252749cf45189fec229952
1 parent
4e7848fc
1.去掉注释
Showing
2 changed files
with
3 additions
and
4 deletions
src/mes/common/commonOperationBarComponent/index.js
| @@ -1012,7 +1012,7 @@ const CommonOperationBarComponent = basProps => { | @@ -1012,7 +1012,7 @@ const CommonOperationBarComponent = basProps => { | ||
| 1012 | if (searchField.sName.substring(0, 1) == "t") { | 1012 | if (searchField.sName.substring(0, 1) == "t") { |
| 1013 | searchField.sDateFormat = "YYYY-MM-DD"; | 1013 | searchField.sDateFormat = "YYYY-MM-DD"; |
| 1014 | } | 1014 | } |
| 1015 | - | 1015 | + |
| 1016 | showTypeProps = { | 1016 | showTypeProps = { |
| 1017 | app, | 1017 | app, |
| 1018 | record: {}, | 1018 | record: {}, |
| @@ -1041,8 +1041,7 @@ const CommonOperationBarComponent = basProps => { | @@ -1041,8 +1041,7 @@ const CommonOperationBarComponent = basProps => { | ||
| 1041 | showTypeProps.componentStyle = { width: 180 }; | 1041 | showTypeProps.componentStyle = { width: 180 }; |
| 1042 | } | 1042 | } |
| 1043 | } | 1043 | } |
| 1044 | - console.log(showTypeProps, 'showTypeProps'); | ||
| 1045 | - | 1044 | + |
| 1046 | let searchProductProps = {}; | 1045 | let searchProductProps = {}; |
| 1047 | const searchProductConfig = gdsconfigformslave.filter( | 1046 | const searchProductConfig = gdsconfigformslave.filter( |
| 1048 | item => item.sName === "sSearchProductName" | 1047 | item => item.sName === "sSearchProductName" |
src/mes/common/siderInfoComponent/index.js
| @@ -640,7 +640,7 @@ const DeviceTargetInfoComponent = () => { | @@ -640,7 +640,7 @@ const DeviceTargetInfoComponent = () => { | ||
| 640 | {equipmentTargetInformation} | 640 | {equipmentTargetInformation} |
| 641 | </div> | 641 | </div> |
| 642 | {showConfig.map((config, index) => { | 642 | {showConfig.map((config, index) => { |
| 643 | - console.log(showConfig, 'showConfig'); | 643 | + |
| 644 | 644 | ||
| 645 | // if (index > 4) return ""; | 645 | // if (index > 4) return ""; |
| 646 | // bPushDiff | 646 | // bPushDiff |