修改计算结果导出

This commit is contained in:
limengnan 2026-01-21 13:43:28 +08:00
parent 47761dd242
commit a4682f00cd

View File

@ -78,7 +78,7 @@ onMounted(() => {
<template> <template>
<div class="editdevice-box"> <div class="editdevice-box">
<div style="margin-bottom: 10px;display: flex;justify-content: flex-end;"> <div style="margin-bottom: 10px;display: flex;justify-content: flex-end;">
<a :href=" apiUrl + '/scenario-results/exportResultsAsExcel?scenarioId='+props.scenarioId+'&deviceId='+props.deviceId" target="_blank" rel="noopener noreferrer"> <a :href="apiUrl + '/scenario-results/export/by-scenario?scenarioId='+props.scenarioId+'&deviceId='+props.deviceId" target="_blank" rel="noopener noreferrer">
<el-button type="primary">导出</el-button> <el-button type="primary">导出</el-button>
</a> </a>
</div> </div>