提交 bf338aaa authored 作者: junjie's avatar junjie

feat(frontend):视图关联数据集被删除时,友好提示

上级 53b115f0
...@@ -483,7 +483,7 @@ export default { ...@@ -483,7 +483,7 @@ export default {
}) })
}, },
closeEdit() { closeEdit() {
if (this.view.title.length > 50) { if (this.view.title && this.view.title.length > 50) {
this.$warning(this.$t('chart.title_limit')) this.$warning(this.$t('chart.title_limit'))
return return
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论