refactor: 仪表板新建视图关闭取消按钮

This commit is contained in:
wangjiahao 2021-12-29 11:25:27 +08:00
parent 60814ebc5f
commit e051792bde

View File

@ -191,6 +191,7 @@
<el-form-item :label="$t('chart.belong_group')">
<treeselect
v-model="currGroup.id"
:clearable="false"
:options="chartGroupTreeAvailable"
:normalizer="normalizer"
:placeholder="$t('chart.select_group')"