fix: 图表编辑异常

This commit is contained in:
wisonic-s 2023-11-10 15:38:26 +08:00
parent 2f6e41a183
commit e9581e0b68

View File

@ -28,7 +28,10 @@
{{ $t('chart.chart_error_tips') }}
</div>
</div>
<div v-if="view.unReadyMsg" class="chart-error-class">
<div
v-if="view && view.unReadyMsg"
class="chart-error-class"
>
<div class="chart-error-message-class">
{{ view.unReadyMsg }},{{ $t('chart.chart_show_error') }}
<br>
@ -849,7 +852,7 @@ export default {
if (!token && linkToken) {
method = viewInfo
}
const requestInfo = {
...this.filter,
cache: cache,