From a678ea1e01b3e7c1dc75cf526a67fa3bd3cde9bf Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 8 Jun 2026 13:03:22 +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 e872ebc..0a577e2 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 }; + const values = { sSlaveId: sId, 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