Commit 49541f7f31fe241e88d53125fe6a93d68850d926
1 parent
411ce48e
去除console
Showing
1 changed file
with
2 additions
and
2 deletions
src/mobile/common/CommobileListEvent.js
| ... | ... | @@ -601,14 +601,14 @@ export default (ChildComponent) => { |
| 601 | 601 | }; |
| 602 | 602 | |
| 603 | 603 | const { sButtonParam } = btnConfig; |
| 604 | - console.log("🚀 ~ sButtonParam:", sButtonParam) | |
| 604 | + // console.log("🚀 ~ sButtonParam:", sButtonParam, btnConfig) | |
| 605 | 605 | const btn = commonUtils.convertStrToObj(sButtonParam, {}); |
| 606 | 606 | if (commonUtils.isEmptyObject(btn)) { |
| 607 | 607 | onSuccess && onSuccess(false); |
| 608 | 608 | return; |
| 609 | 609 | } |
| 610 | 610 | const { sproName: sProName, inMap, sTableName, staticData = {} } = btn; |
| 611 | - console.log("🚀 ~ inMap:", inMap, sButtonParam) | |
| 611 | + // console.log("🚀 ~ inMap:", inMap, sButtonParam) | |
| 612 | 612 | |
| 613 | 613 | const inParams = []; |
| 614 | 614 | const arr = {}; | ... | ... |