Commit 2a4eb5f0517a36ea9d6237e7a514d4c969fc4902
1 parent
665998b6
1.处理getTmpInfoBysql走了两次
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/CommonNewBillEvent.js
| @@ -948,7 +948,7 @@ export default ChildComponent => { | @@ -948,7 +948,7 @@ export default ChildComponent => { | ||
| 948 | this.props.getServiceError(dataReturn); | 948 | this.props.getServiceError(dataReturn); |
| 949 | } | 949 | } |
| 950 | } else if ( | 950 | } else if ( |
| 951 | - commonUtils.isNotEmptyArr(copyTo.config) && | 951 | + false && commonUtils.isNotEmptyArr(copyTo.config) && |
| 952 | copyTo.config.filter(item => item.sControlName && item.sControlName.includes("TmpInfoBySql")).length > 1 | 952 | copyTo.config.filter(item => item.sControlName && item.sControlName.includes("TmpInfoBySql")).length > 1 |
| 953 | ) { | 953 | ) { |
| 954 | const sTmpInfoConfig = copyTo.config.filter(item => item.sControlName && item.sControlName.includes("TmpInfoBySql"))[0]; | 954 | const sTmpInfoConfig = copyTo.config.filter(item => item.sControlName && item.sControlName.includes("TmpInfoBySql"))[0]; |