NEZ-1708 fix:Chart templates点击删除图表模板按钮后弹窗后点击取消浏览器报错,再次点击删除按钮失效

This commit is contained in:
zhangyu
2022-03-23 15:06:36 +08:00
parent 255c49dcad
commit 1e7b1da349
3 changed files with 15 additions and 10 deletions

View File

@@ -424,6 +424,8 @@ export default {
this.$store.dispatch('clearPanel')
}
})
}).catch(() => {
this.$store.dispatch('clearPanel')
})
},
addGroupItem (groupId) {