Commit 6f02597d8587809193252749cf45189fec229952

Authored by Min
1 parent 4e7848fc

1.去掉注释

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
... ... @@ -640,7 +640,7 @@ const DeviceTargetInfoComponent = () => {
640 640 {equipmentTargetInformation}
641 641 </div>
642 642 {showConfig.map((config, index) => {
643   - console.log(showConfig, 'showConfig');
  643 +
644 644  
645 645 // if (index > 4) return "";
646 646 // bPushDiff
... ...