From 1d3f0f77cbb17a75d7ff1e751d565207fcee600b Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 8 Jun 2026 14:15:05 +0800 Subject: [PATCH] 1.处理billCopyTo -7提示,重复弹窗 --- src/components/Common/CommonListEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/CommonListEvent.js b/src/components/Common/CommonListEvent.js index 0a577e2..da966ba 100644 --- a/src/components/Common/CommonListEvent.js +++ b/src/components/Common/CommonListEvent.js @@ -1815,7 +1815,7 @@ export default (ChildComponent) => { let sId = sIdArray.toString(); const getData = this.handleGetData; const dataUrl = `${commonConfig.server_host}bill/billCopyToCheck/?sModelsId=${sModelsId}&sActiveId=${sActiveId}&tbSuffix=${tbSuffix}&sName=${formRoute}`; - const values = { sSlaveId: sId, iFlag }; + const values = { sSlaveId: sId, iFlag: iFlag }; const dataReturn = (await commonServices.postValueService(token, values, dataUrl)).data; if (dataReturn.code === 1) { if (commonUtils.isNotEmptyArr(copyToData) && copyToData.length > 0) { /* 复制到数据大于200 就不走websoket */ -- libgit2 0.22.2