From 2a4eb5f0517a36ea9d6237e7a514d4c969fc4902 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 5 Feb 2026 16:06:42 +0800 Subject: [PATCH] 1.处理getTmpInfoBysql走了两次 --- src/components/Common/CommonNewBillEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/CommonNewBillEvent.js b/src/components/Common/CommonNewBillEvent.js index 2357fe6..7b2db58 100644 --- a/src/components/Common/CommonNewBillEvent.js +++ b/src/components/Common/CommonNewBillEvent.js @@ -948,7 +948,7 @@ export default ChildComponent => { this.props.getServiceError(dataReturn); } } else if ( - commonUtils.isNotEmptyArr(copyTo.config) && + false && commonUtils.isNotEmptyArr(copyTo.config) && copyTo.config.filter(item => item.sControlName && item.sControlName.includes("TmpInfoBySql")).length > 1 ) { const sTmpInfoConfig = copyTo.config.filter(item => item.sControlName && item.sControlName.includes("TmpInfoBySql"))[0]; -- libgit2 0.22.2