From ef38816f30f64490d0268bf4ca409a8327eac241 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Thu, 11 Dec 2025 10:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/compareDataCheckSingleChannelSingleTestPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue index eb3f55d..fb06cb9 100644 --- a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue +++ b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue @@ -620,7 +620,7 @@ const handleGenerateReport = async () => { planId: checkStore.plan.id, devIdList: [formContent.deviceId], scriptId: checkStore.plan.scriptId, - planCode: checkStore.plan.code + (formContent.errorSysId!=checkStore.plan.errorSysId ? '_temp':'') + planCode: checkStore.plan.code + (formContent.errorSysId!=checkStore.plan.errorSysId||formContent.dataRule!=checkStore.plan.dataRule ? '_temp':'') }).then(res => { if (res.code === ResultEnum.SUCCESS) { ElMessage.success({ message: `报告生成成功!` })