修改计算结果导出
This commit is contained in:
parent
47761dd242
commit
a4682f00cd
@ -78,7 +78,7 @@ onMounted(() => {
|
||||
<template>
|
||||
<div class="editdevice-box">
|
||||
<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>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user