Merge pull request #6636 from dataease/pr@dev@fix_chart_edit

fix: 图表编辑异常
This commit is contained in:
wisonic-s 2023-11-10 15:40:36 +08:00 committed by GitHub
commit ac8083f257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,