From 9baf129b92362d0eec4c0c7db3901b4f69f464de Mon Sep 17 00:00:00 2001 From: qmj <37242163+qmj666@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:52:58 +0800 Subject: [PATCH] 调整已暂停任务可完工 --- src/mes/common/commonModelComponent/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index 09aba11..e673d13 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -447,9 +447,9 @@ const useCommonModelEvent = props => { copyToConfig.forEach(async item => { if (item?.sControlName) { if (item.sControlName.includes('tmpInfoBySql')) { - const dataUrl = `${commonConfig.server_host}salesorder/getTmpInfo/?sModelsId=${sModelsId}`; + const dataUrl = `${commonConfig.server_host}salesorder/getTmpInfoBySql/?sModelsId=${sModelsId}`; const sConfigformId = commonUtils.isEmpty(copyToConfig) ? '' : copyToConfig[0].sParentId; - const sControlName = commonUtils.isNotEmptyObject(name) ? name : 'BtnCopyTo.tmpInfo'; + const sControlName = commonUtils.isNotEmptyObject(name) ? name : 'BtnTableCopyTo.tmpInfoBySqlActProduceReport'; let sSqlCondition = ''; let sRowData = [record] const values = { sConfigformId, sControlName, sRowData }; -- libgit2 0.22.2