NEZ-3302 fix:alert message 页面增加 自动刷新按钮

This commit is contained in:
zhangyu
2023-10-31 18:22:57 +08:00
parent 5fc093a5a8
commit 83c00039c5
9 changed files with 26 additions and 14 deletions

View File

@@ -188,7 +188,6 @@
>
<vue-tags-input
v-model="tag"
:maxlength="32"
:placeholder="$t('tagsInput.placeholder')"
:tags="chartConfig.param.tags"
@tags-changed="(newTags)=>{tagsChange(newTags)}"