自建台站分析后设置更新XeData

This commit is contained in:
Xu Zhimeng 2024-09-06 14:37:30 +08:00
parent 1d1c0c7d5c
commit ce9a0c6955
2 changed files with 5 additions and 2 deletions

View File

@ -355,6 +355,9 @@ export default {
})
})
})
// XeData
this.resultDisplay = result.XeData
} else {
this.isLoading = false
const arr = message.split('\n')

View File

@ -79,10 +79,10 @@
<!-- 2D图表结束 -->
<!-- 3D Surface开始 -->
<CustomChart v-if="btnActive == 3" key="1" :option="threeDSurfaceOption" />
<CustomChart v-if="btnActive == 3" key="1" :option="threeDSurfaceOption" autoresize />
<!-- 3D Surface结束 -->
<!-- 3D Scatter -->
<CustomChart v-if="btnActive == 4" key="2" :option="threeDScatterOption" />
<CustomChart v-if="btnActive == 4" key="2" :option="threeDScatterOption" autoresize />
<!-- 3D Scatter结束 -->
</div>
</div>