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: `报告生成成功!` })