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 | 1012 | if (searchField.sName.substring(0, 1) == "t") { |
| 1013 | 1013 | searchField.sDateFormat = "YYYY-MM-DD"; |
| 1014 | 1014 | } |
| 1015 | - | |
| 1015 | + | |
| 1016 | 1016 | showTypeProps = { |
| 1017 | 1017 | app, |
| 1018 | 1018 | record: {}, |
| ... | ... | @@ -1041,8 +1041,7 @@ const CommonOperationBarComponent = basProps => { |
| 1041 | 1041 | showTypeProps.componentStyle = { width: 180 }; |
| 1042 | 1042 | } |
| 1043 | 1043 | } |
| 1044 | - console.log(showTypeProps, 'showTypeProps'); | |
| 1045 | - | |
| 1044 | + | |
| 1046 | 1045 | let searchProductProps = {}; |
| 1047 | 1046 | const searchProductConfig = gdsconfigformslave.filter( |
| 1048 | 1047 | item => item.sName === "sSearchProductName" | ... | ... |
src/mes/common/siderInfoComponent/index.js